Version 1.7
- Added text similarity and released partial topics related, https://malaya.readthedocs.io/en/latest/Similarity.html
- Added word-mover distance interface, https://malaya.readthedocs.io/en/latest/Mover.html
- Added pretrained fast-text based on wikipedia, https://malaya.readthedocs.io/en/latest/Fasttext.html
- Improve sentiment analysis, trained on more than 800k sentences and more sensitive towards social media texts.
- Remove n-grams for all fast-text models to reduce dimension curse.
- Remove sparse limit for all fast-text-char models to improve n-grams sensitivity.