Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
stanford-nlpxed
/
transcript-analysis
like
0
Follow
Stanford EduNLP Lab
26
License:
gpl
Model card
Files
Files and versions
xet
Community
10
Deploy
Copy to bucket
new
ikarasz
commited on
Mar 20, 2025
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
]