File size: 1,966 Bytes
49d070d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | {
"sentiment": {
"sentiment": {
"0": "negative",
"1": "neutral",
"2": "positive",
"3": "urgent"
}
},
"main_category": {
"main_category": {
"0": "Child Abuse",
"1": "Commendation",
"2": "Drug Abuse",
"3": "Fraud",
"4": "Human Trafficking",
"5": "Missing Person",
"6": "Theft",
"7": "Traffic",
"8": "Vandalism",
"9": "Violence"
}
},
"subcategory": {
"subcategory": {
"0": "ATM Fraud",
"1": "Abandoned Child",
"2": "Abandoned Vehicle",
"3": "Bank Robbery",
"4": "Breaking and Entering",
"5": "Child Labour",
"6": "Consumer Fraud",
"7": "Domestic Servitude",
"8": "Domestic Violence",
"9": "Drug Distribution",
"10": "Extortion",
"11": "Gunfire",
"12": "Hit and Run",
"13": "Identity Theft",
"14": "Illicit Brewing",
"15": "Missing Child",
"16": "Mugging",
"17": "Officer Commendation",
"18": "Phone Scam",
"19": "Property Destruction",
"20": "Robbery",
"21": "Sexual Abuse",
"22": "Tourist Scam",
"23": "Vehicle Theft"
}
},
"priority": {
"priority": {
"0": "critical",
"1": "high",
"2": "low",
"3": "medium"
}
},
"intervention": {
"intervention": {
"0": "Counseling",
"1": "Investigation",
"2": "Legal Aid",
"3": "Medical",
"4": "None Required",
"5": "Police Dispatch",
"6": "Search and Rescue",
"7": "Welfare Services"
}
},
"entity_extraction": {
"ner_head": {
"0": "O",
"1": "B-DATE",
"2": "I-DATE",
"3": "B-LOCATION",
"4": "I-LOCATION",
"5": "B-NAME",
"6": "I-NAME",
"7": "B-ORG",
"8": "I-ORG",
"9": "B-TIME",
"10": "I-TIME",
"11": "B-VEHICLE",
"12": "I-VEHICLE",
"13": "B-WEAPON",
"14": "I-WEAPON"
}
}
} |