Spaces:
Running
on
Zero
Running
on
Zero
Update motif_tagging.py
Browse files- motif_tagging.py +6 -6
motif_tagging.py
CHANGED
@@ -19,14 +19,14 @@ MOTIF_PATTERNS = {
|
|
19 |
r"\byou better (run|hide|watch your back)\b",
|
20 |
r"\bsay goodbye\b.*\byou\b",
|
21 |
r"\bsleep with one eye open\b",
|
22 |
-
r"\
|
23 |
-
r"\
|
24 |
r"\b(i'll|i will|ill) put you in (a|the) rose garden\b"
|
25 |
],
|
26 |
"extreme_control": [
|
27 |
-
r"\
|
28 |
-
r"\
|
29 |
-
r"\
|
30 |
r"\b(you['’]?re|you are) not allowed to (leave|talk to anyone|have your phone)\b",
|
31 |
r"\bi make the rules\b",
|
32 |
r"\bit’s my way or nothing\b",
|
@@ -42,7 +42,7 @@ MOTIF_PATTERNS = {
|
|
42 |
r"\b(i['’]?ll|i will) (kill|hurt) myself (if you leave|if you don’t come back|unless you stay)\b",
|
43 |
r"\bi (don’t|do not) want to live (without you|if you leave)\b",
|
44 |
r"\bi['’]?ll (die|disappear|end it) (if|unless) you (leave|go|don’t call)\b",
|
45 |
-
r"\b(
|
46 |
r"\bi['’]?ll do something bad (to myself|if you leave)\b",
|
47 |
r"\bi['’]?ll regret it when i’m gone\b",
|
48 |
r"\bi can’t live without you\b",
|
|
|
19 |
r"\byou better (run|hide|watch your back)\b",
|
20 |
r"\bsay goodbye\b.*\byou\b",
|
21 |
r"\bsleep with one eye open\b",
|
22 |
+
r"\b(i['’]?ll|i will) send you to (hell|the morgue)\b",
|
23 |
+
r"\b(i['’]?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"\b(i (won[’']?t|will not) let you (leave|go|talk to|see|text|spend time with) (him|her|them|anyone)\b",
|
28 |
+
r"\b(you (can[’']?t|) are not allowed to|shouldn’t) (go out|leave|talk to|see|text|spend time with|have friends)\b",
|
29 |
+
r"\b(i (decide|get to decide|control|own) what you (do|say|wear|eat|spend|see|talk to)\b",
|
30 |
r"\b(you['’]?re|you are) not allowed to (leave|talk to anyone|have your phone)\b",
|
31 |
r"\bi make the rules\b",
|
32 |
r"\bit’s my way or nothing\b",
|
|
|
42 |
r"\b(i['’]?ll|i will) (kill|hurt) myself (if you leave|if you don’t come back|unless you stay)\b",
|
43 |
r"\bi (don’t|do not) want to live (without you|if you leave)\b",
|
44 |
r"\bi['’]?ll (die|disappear|end it) (if|unless) you (leave|go|don’t call)\b",
|
45 |
+
r"\b(if )?I’ll make you watch me (suffer|bleed)\b",
|
46 |
r"\bi['’]?ll do something bad (to myself|if you leave)\b",
|
47 |
r"\bi['’]?ll regret it when i’m gone\b",
|
48 |
r"\bi can’t live without you\b",
|