0xarchit commited on
Commit
44cf319
·
1 Parent(s): 6057c86

fix fuzzy_match

Browse files
Files changed (1) hide show
  1. Backend/utils/fuzzy_match.py +2 -2
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", "broken",
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": [