-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
lang / enEnglish language data and modelsEnglish language data and modelsmodelsIssues related to the statistical modelsIssues related to the statistical models
Description
>>>import spacy
>>>nlp = spacy.load('en')
>>>ta_nlp = nlp("Tamils live across the globe. French live in France. They are present in India, Sri Lanka, Singapore, Germany, UK, USA etc...")
>>>ta_nlp.ents
(French, France, India, Sri Lanka, Singapore, Germany, UK, USA)
>>>for n in ta_nlp.noun_chunks:
print(n)
Tamils
the globe
France
They
India
Sri Lanka
Singapore
Germany
UK
USAYour Environment
- Operating System: GNU/Linux Trisquel
- Python Version Used: 3.5
- spaCy Version Used: Master
Metadata
Metadata
Assignees
Labels
lang / enEnglish language data and modelsEnglish language data and modelsmodelsIssues related to the statistical modelsIssues related to the statistical models