Short overview on the must popular models for Named Entity Recognition and including the most popular pre-trained libraries.
- Simple memorization
- Random forest with a custom features
- Bi-directional LSTM network
- Bi-directional LSTM network with CRF
- Bi-directional LSTM network with character embeddings
- Two Bi-directional LSTM network with ELMo embedding
- BERT model for Named entity recognition
- Spacy
- Polyglot
- Stanford NER
- AllenNLP
- DeepPavlov