-
Notifications
You must be signed in to change notification settings - Fork 0
/
keywords.json
79 lines (73 loc) · 1.41 KB
/
keywords.json
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
{
"bad_keywords": [
"20099",
"8000",
"ell"
],
"rules": [
{
"find": "oa)",
"replace": "a)"
},
{
"find": "ob)",
"replace": "b)"
},
{
"find": "od)",
"replace": "d)"
},
{
"find": "oc)",
"replace": "c)"
},
{
"find": "0) ",
"replace": "0 )"
},
{
"find": "1)",
"replace": "1 )"
},
{
"find": "2)",
"replace": "2 )"
},
{
"find": "3)",
"replace": "3 )"
},
{
"find": "4)",
"replace": "4 )"
},
{
"find": "5)",
"replace": "5 )"
},
{
"find": "6)",
"replace": "6 )"
},
{
"find": "7)",
"replace": "7 )"
},
{
"find": "8)",
"replace": "8 )"
},
{
"find": "9)",
"replace": "9 )"
},
{
"find": "f(x)",
"replace": "f ( x )"
}
],
"last_word": [
"resultados",
"e"
]
}