Skip to content

Tamils not classified as "NORP" entity #1043

@kracekumar

Description

@kracekumar
>>>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

Metadata

Metadata

Assignees

No one assigned

    Labels

    lang / enEnglish language data and modelsmodelsIssues related to the statistical models

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions