A Python wrapper of the Yandex Mystem 3.1 morphological analyzer (http://api.yandex.ru/mystem). The original tool is shipped as a binary and this library makes it easy to integrate it in Python projects. Let us know in the issues if you would like to be involved into the developments or maintenance of this project. If you have any fix or suggestion, please make a pull request. We are very open to accepting any contributions.
Describe the bug
Word Enrichment sometimes display more than 9999 words (if one turns off filters that is). Then, the ControlArea gets too narrow and broken.
To Reproduce
Steps to reproduce the behavior:
Corpus (Friends transcripts)
Bag of Words
Select Rows (season 02)
Word Enrichment (remove all filters)
Expected behavior
ControlArea is properly resized.
Quick Hands-On NLTK tutorial for NLP in Python. NLTK is one of the most popular Python packages for Natural Language Processing (NLP). Easy to Start for Anyone.
Describe the bug
Word Enrichment sometimes display more than 9999 words (if one turns off filters that is). Then, the ControlArea gets too narrow and broken.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
ControlArea is properly resized.
**