Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 656 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 656 Bytes

Named Entity Recognition

In Natural Language Processing (NLP) an Entity Recognition is one of the common problem. The entity is referred to as the part of the text that is interested in. In NLP, NER is a method of extracting the relevant information from a large corpus and classifying those entities into predefined categories such as location, organization, name and so on. Information about lables:

  • geo = Geographical Entity

  • org = Organization

  • per = Person

  • gpe = Geopolitical Entity

  • tim = Time indicator

  • art = Artifact

  • eve = Event

  • nat = Natural Phenomenon

      1. Total Words Count = 1354149 
      2. Target Data Column: Tag