Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
stanford-nlpxed
/
transcript-analysis
like
0
Follow
Stanford EduNLP Lab
20
License:
gpl
Model card
Files
Files and versions
Community
6
Deploy
ikarasz
commited on
Mar 5
Commit
e3c81af
·
verified
·
1 Parent(s):
2343c45
Add new 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
"data",
819
"minus",
820
"plus",
821
]
822
823
p = inflect.engine()
818
"data",
819
"minus",
820
"plus",
821
+
"yes",
822
]
823
824
p = inflect.engine()