Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tamils not classified as "NORP" entity #1043

Closed
kracekumar opened this issue May 4, 2017 · 2 comments
Closed

Tamils not classified as "NORP" entity #1043

kracekumar opened this issue May 4, 2017 · 2 comments
Labels
lang / en English language data and models models Issues related to the statistical models

Comments

@kracekumar
Copy link

>>>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
USA

Tamils Wikipedia article.

Your Environment

  • Operating System: GNU/Linux Trisquel
  • Python Version Used: 3.5
  • spaCy Version Used: Master
@ines ines added lang / en English language data and models models Issues related to the statistical models performance and removed models Issues related to the statistical models labels May 7, 2017
@ines
Copy link
Member

ines commented May 13, 2017

Closing this and making #1057 the master issue – work in progress for spaCy v2.0!

@ines ines closed this as completed May 13, 2017
@lock
Copy link

lock bot commented May 8, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lang / en English language data and models models Issues related to the statistical models
Projects
None yet
Development

No branches or pull requests

2 participants