This repository contains example code for the book "Real-World Natural Language Processing."
AllenNLP (0.7.2 or above) is required to run the example code in this repository.
Examples included in this repository:
- Sentiment analysis [blog article] [Colab notebook]
- Language detector [Colab notebook]
- Part-of-speech tagging [blog article] [Colab notebook]
- Named entity recognition (NER) [Colab notebook]
- Language modeling (LM) [Colab notebook]