Named Entity Recognition (NER)
Last updated
Was this helpful?
Last updated
Was this helpful?
Medium: and using glove embeddings
Easy to implement in keras! They are based on the following
: NLTK entities, polyglot entities, sner entities, finally an ensemble method wins all!
Stanford NER (SNER)
Spacy & Others
- for terms.
***
- 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.
.