Asmitha-28 commited on
Commit
43a2d7d
·
verified ·
1 Parent(s): d5e730b

Upload src/feature_extraction.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. src/feature_extraction.py +1 -0
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
  ]