Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 5.09 KB

named-entity-recognition-ner.md

File metadata and controls

48 lines (36 loc) · 5.09 KB

Named Entity Recognition (NER)

  1. State of the art LSTM architectures using NN
  2. Medium: Ner free datasets and bilstm implementation using glove embeddings
  3. Easy to implement in keras! They are based on the following paper
  4. Medium: NLTK entities, polyglot entities, sner entities, finally an ensemble method wins all!

  • Vidhaya on spacy vs ner - tutorial + code on how to use spacy for pos, dep, ner, compared to nltk/corenlp (sner etc). The results reflect a global score not specific to LOC for example.

Stanford NER (SNER)

Spacy & Others