-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
spacy.explain() does not explain "FAC" #2706
Copy link
Copy link
Closed
Labels
docsDocumentation and websiteDocumentation and websiteenhancementFeature requests and improvementsFeature requests and improvements
Description
spacy.explain("NORP")
'Nationalities or religious or political groups'
spacy.explain("DATE")
'Absolute or relative dates or periods'
spacy.explain("FAC")
plz explain FAC kthx???
print(spacy.info())
�[93mInfo about spaCy�[0m
spaCy version 2.0.12
Location C:\Python36\lib\site-packages\spacy
Platform Windows-10-10.0.17134-SP0
Python version 3.6.4
Models
{'spaCy version': '2.0.12', 'Location': 'C:\Python36\lib\site-packages\spacy', 'Platform': 'Windows-10-10.0.17134-SP0', 'Python version': '3.6.4', 'Models': ''}
extraneous information:
Love this module. Used it the other day to extract names and places from a book I wanted to speed-read in order to familiarize myself so I didn't end up confused as I went through the text at 700 wpm. Worked like a charm. Now I need a module to extract those pesky words that I've never seen before, like "wharves," "sestertii," and "praetorium".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docsDocumentation and websiteDocumentation and websiteenhancementFeature requests and improvementsFeature requests and improvements
