Skip to content

Version 2.7

Compare
Choose a tag to compare
@huseinzol05 huseinzol05 released this 07 Aug 17:36
· 656 commits to master since this release
  1. BERT-Bahasa interface available.
  2. Added BERT-Multilanguage, BERT-Base and BERT-small for emotion analysis.
  3. Added BERT-Multilanguage, BERT-Base and BERT-small for Naming Entity Recognition.
  4. Added BERT-Multilanguage, BERT-Base and BERT-small for Part-Of-Speech.
  5. Added BERT-Multilanguage and BERT-Base for relevancy analysis.
  6. Added BERT-Multilanguage, BERT-Base and BERT-small for sentiment analysis.
  7. Added encoder interface for text similarity, can use skip-thought / BERT / XLNET as encoder model.
  8. Added tree plot visualization for text similarity.
  9. Added BERT-Multilanguage, BERT-Base and BERT-small for subjectivity analysis.
  10. Added encoder interface for text summarization, can use skip-thought / BERT / XLNET as encoder model.
  11. Added BERT / XLNET interface for topic modeling.
  12. Added BERT-Multilanguage, BERT-Base and BERT-small for toxicity analysis.
  13. Remove siamese models for text similarity.
  14. Remove fast-text-char models, replace by BERT model.
  15. Malaya no longer support training interface.
  16. XLNET-Bahasa interface available.
  17. Sequence models now no longer improve by Malaya, we move on using Attention model.