Spaces:
Running
Running
Upload src/feature_extraction.py with huggingface_hub
Browse files
src/feature_extraction.py
CHANGED
|
@@ -66,6 +66,7 @@ CONTEXTUAL_URGENCY_SIGNALS = [
|
|
| 66 |
r'\b(?:again|still|keeps?|repeated|recurring)\b',
|
| 67 |
r'\b(?:second|third|fourth)\s+time\b',
|
| 68 |
r'\b(?:raised|reported|opened)\s+(?:this\s+)?(?:before|multiple times|again)\b',
|
|
|
|
| 69 |
],
|
| 70 |
),
|
| 71 |
]
|
|
|
|
| 66 |
r'\b(?:again|still|keeps?|repeated|recurring)\b',
|
| 67 |
r'\b(?:second|third|fourth)\s+time\b',
|
| 68 |
r'\b(?:raised|reported|opened)\s+(?:this\s+)?(?:before|multiple times|again)\b',
|
| 69 |
+
r'\b(?:raised|reported|opened)\s+.*\b(?:two|three|four|multiple)\s+times\b',
|
| 70 |
],
|
| 71 |
),
|
| 72 |
]
|