Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
stanford-nlpxed
/
transcript-analysis
like
0
Follow
Stanford EduNLP Lab
18
Inference Endpoints
License:
gpl
Model card
Files
Files and versions
Community
4
Deploy
ikarasz
commited on
1 day ago
Commit
a643a4a
·
verified
·
1 Parent(s):
016ed0d
add plural exclusion
Browse files
Files changed (1)
hide
show
utils.py
+1
-0
utils.py
CHANGED
Viewed
@@ -818,6 +818,7 @@ PLURAL_TO_SINGULAR_EXCLUSIONS = [
818
"continuous",
819
"data",
820
"minus",
821
"plus",
822
"yes",
823
]
818
"continuous",
819
"data",
820
"minus",
821
+
"miss",
822
"plus",
823
"yes",
824
]