Name Entity Extraction - SubhasisDutta/Text-Analysis GitHub Wiki

The name entity extraction module detects all the named entities present in a given text. The entities currently supported are : Person, Organization, Location, Date, Time, Currency and Percentage. There is also an option to include either OpenNLP or StanfordNLP at runtime for extracting the above entities.

De-duplication of entities occurring across a given text is performed using the DUKE package.

##Packages Utilized

  • Stanford NLP
  • OpenNLP
  • DUKE