-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkeywords.py
70 lines (65 loc) · 1.04 KB
/
keywords.py
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
import csv
import pandas as pd
spw_include = [
'no',
'not',
'none',
'unavailabe'
]
water = [
'water',
'clogged',
'stagnant',
'water',
'insufficient',
'logging',
'Clogged',
'Stagnation',
'Stagnant',
'Clogging',
'Clog',
'Overflow',
'Wasteage',
'Leakage',
'Leaking',
'Overflowing',
'Wasted',
'No water supply',
'Water blocked',
'Excess water flow',
'Water Clogged',
'Contamination',
'Contaminnated',
'Dirty',
'Polluted',
'Toxic',
'Harmful',
'Poisoned',
'Poisoning',
'Poison',
'Bad smell',
'Bad odour',
'Bad color',
'Bad taste',
'Unpleasent Smell',
'Poor Water',
'Water quality',
'Bad quality',
'Waste water',
'Smells bad',
'Chemical Mixture',
'Water delayed',
'Insufficient Water',
'Inadequate',
]
electric = [
'power',
'no power',
'current',
'no current',
'power'
]
departments = [
'water board',
'electric board'
]