fix fuzzy_match
Browse files
Backend/utils/fuzzy_match.py
CHANGED
|
@@ -8,7 +8,7 @@ CATEGORY_KEYWORDS: dict[str, list[str]] = {
|
|
| 8 |
],
|
| 9 |
"Pothole Issues": [
|
| 10 |
"pothole", "hole", "pit", "crater", "dip", "depression", "bump",
|
| 11 |
-
"cavity", "hollow", "gap"
|
| 12 |
],
|
| 13 |
"Illegal Parking Issues": [
|
| 14 |
"parking", "parked", "car", "vehicle", "illegal", "wrong", "blocking",
|
|
@@ -27,7 +27,7 @@ CATEGORY_KEYWORDS: dict[str, list[str]] = {
|
|
| 27 |
"filth", "debris", "plastic", "pile", "mess", "junk", "disposal"
|
| 28 |
],
|
| 29 |
"Vandalism Issues": [
|
| 30 |
-
"vandal", "graffiti", "spray", "paint", "defaced",
|
| 31 |
"smashed", "destroyed", "damaged property", "torn"
|
| 32 |
],
|
| 33 |
"Dead Animal Pollution": [
|
|
|
|
| 8 |
],
|
| 9 |
"Pothole Issues": [
|
| 10 |
"pothole", "hole", "pit", "crater", "dip", "depression", "bump",
|
| 11 |
+
"cavity", "hollow", "gap", "broken road", "road"
|
| 12 |
],
|
| 13 |
"Illegal Parking Issues": [
|
| 14 |
"parking", "parked", "car", "vehicle", "illegal", "wrong", "blocking",
|
|
|
|
| 27 |
"filth", "debris", "plastic", "pile", "mess", "junk", "disposal"
|
| 28 |
],
|
| 29 |
"Vandalism Issues": [
|
| 30 |
+
"vandal", "graffiti", "spray", "paint", "defaced",
|
| 31 |
"smashed", "destroyed", "damaged property", "torn"
|
| 32 |
],
|
| 33 |
"Dead Animal Pollution": [
|