Skip to content

Version 1.7

Compare
Choose a tag to compare
@huseinzol05 huseinzol05 released this 15 Feb 12:37
· 726 commits to master since this release
  1. Added text similarity and released partial topics related, https://malaya.readthedocs.io/en/latest/Similarity.html
  2. Added word-mover distance interface, https://malaya.readthedocs.io/en/latest/Mover.html
  3. Added pretrained fast-text based on wikipedia, https://malaya.readthedocs.io/en/latest/Fasttext.html
  4. Improve sentiment analysis, trained on more than 800k sentences and more sensitive towards social media texts.
  5. Remove n-grams for all fast-text models to reduce dimension curse.
  6. Remove sparse limit for all fast-text-char models to improve n-grams sensitivity.