Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
stanford-nlpxed
/
transcript-analysis
like
0
Follow
Stanford EduNLP Lab
19
License:
gpl
Model card
Files
Files and versions
Community
5
Deploy
ikarasz
commited on
Mar 12
Commit
016ed0d
·
verified
·
1 Parent(s):
e3c81af
Exclude "axis" from plural transformation
Browse files
Files changed (1)
hide
show
utils.py
+1
-0
utils.py
CHANGED
Viewed
@@ -814,6 +814,7 @@ MATH_WORDS = [
814
]
815
816
PLURAL_TO_SINGULAR_EXCLUSIONS = [
817
"continuous",
818
"data",
819
"minus",
814
]
815
816
PLURAL_TO_SINGULAR_EXCLUSIONS = [
817
+
"axis",
818
"continuous",
819
"data",
820
"minus",