- A dataset reader for the [IMDB Large Movie Review Dataset](https://ai.stanford.edu/~amaas/data/sentiment/) and [sample configurations](https://github.com/deepmipt/DeepPavlov/blob/0.9.0/deeppavlov/configs/classifiers/sentiment_imdb_conv_bert.json) for training classifiers on it
- [Models for speech recognition and synthesis](http://docs.deeppavlov.ai/en/0.9.0/features/models/nemo.html) based on [NVIDIA NeMo](https://github.com/NVIDIA/NeMo)
- A New hybrid NER model pre-trained for [English](https://github.com/deepmipt/DeepPavlov/blob/0.9.0/deeppavlov/configs/ner/conll2003_m1.json) and [Vietnamese](https://github.com/deepmipt/DeepPavlov/blob/0.9.0/deeppavlov/configs/ner/vlsp2016_full.json) languages
- A pre-trained [NER-based Model for Sentence Boundary Detection Task](http://docs.deeppavlov.ai/en/0.9.0/features/models/ner.html#ner-based-model-for-sentence-boundary-detection-task)
- Many smaller changes and fixes