Spaces:
Running
on
Zero
Running
on
Zero
Update motif_tagging.py
Browse files- motif_tagging.py +1 -1
motif_tagging.py
CHANGED
@@ -23,7 +23,7 @@ MOTIF_PATTERNS = {
|
|
23 |
r"\bi['’]?ll|i will) make sure you’re never seen again\b",
|
24 |
r"\b(i'll|i will|ill) put you in (a|the) rose garden\b"
|
25 |
],
|
26 |
-
|
27 |
r"\bi (won[’']?t|will not) let you (leave|go|talk to|see|text|spend time with) (him|her|them|anyone)\b",
|
28 |
r"\byou (can[’']?t|are not allowed to|shouldn’t) (go out|leave|talk to|see|text|spend time with|have friends)\b",
|
29 |
r"\bi (decide|get to decide|control|own) what you (do|say|wear|eat|spend|see|talk to)\b",
|
|
|
23 |
r"\bi['’]?ll|i will) make sure you’re never seen again\b",
|
24 |
r"\b(i'll|i will|ill) put you in (a|the) rose garden\b"
|
25 |
],
|
26 |
+
"extreme_control": [
|
27 |
r"\bi (won[’']?t|will not) let you (leave|go|talk to|see|text|spend time with) (him|her|them|anyone)\b",
|
28 |
r"\byou (can[’']?t|are not allowed to|shouldn’t) (go out|leave|talk to|see|text|spend time with|have friends)\b",
|
29 |
r"\bi (decide|get to decide|control|own) what you (do|say|wear|eat|spend|see|talk to)\b",
|