Skip to content

Version 5.0

Compare
Choose a tag to compare
@huseinzol05 huseinzol05 released this 19 Dec 15:07
· 183 commits to master since this release
  1. Started initial mixed language knowledge graph toolkit, https://malaya.readthedocs.io/en/latest/knowledge-graph-toolkit.html
  2. Released Abstractive Augmentation, able to convert standard structure to local / social media structure while maintaining the same polarity, standard EN -> local MS, standard MS -> local MS, https://malaya.readthedocs.io/en/latest/load-augmentation-abstractive.html
  3. Now Encoder based (WordVector, Encoder models) Augmentation will be under malaya.augmentation.encoder, https://malaya.readthedocs.io/en/latest/load-augmentation-encoder.html
  4. Now Rules based Augmentation will be under malaya.augmentation.rules, https://malaya.readthedocs.io/en/latest/load-augmentation-rules.html
  5. Released HuggingFace T5 models for True Case module, also able to infer mixed language, https://malaya.readthedocs.io/en/latest/load-augmentation-rules.html
  6. Released HuggingFace T5 models for Segmentation module, also able to infer mixed language, https://malaya.readthedocs.io/en/latest/load-segmentation-huggingface.html
  7. Released HuggingFace T5 models for Abstractive Normalizer, end-to-end Text Normalization, also able to infer mixed language, https://malaya.readthedocs.io/en/latest/load-segmentation-huggingface.html
  8. Now Rules based Normalizer will be under malaya.normalizer.rules, https://malaya.readthedocs.io/en/latest/load-normalizer.html
  9. Released HuggingFace T5 models for Kesalahan Tatabahasa, https://malaya.readthedocs.io/en/latest/load-tatabahasa-tagging-huggingface.html
  10. Now Prefix Text Generator will be under malaya.generator.prefix, https://malaya.readthedocs.io/en/latest/load-prefix-generator.html
  11. Now Isi Penting Text Generator will be under malaya.generator.isi_penting, https://malaya.readthedocs.io/en/latest/load-isi-penting-generator.html
  12. Released HuggingFace T5 models for Isi Penting Generator, with Article style and isi penting also can be mixed language, https://malaya.readthedocs.io/en/latest/load-isi-penting-generator-huggingface-article-style.html
  13. Released HuggingFace T5 models for Isi Penting Generator, with News Headline style and isi penting also can be mixed language, https://malaya.readthedocs.io/en/latest/load-isi-penting-generator-huggingface-headline-news-style.html
  14. Released HuggingFace T5 models for Isi Penting Generator, with Karangan style and isi penting also can be mixed language, https://malaya.readthedocs.io/en/latest/load-isi-penting-generator-huggingface-karangan-style.html
  15. Released HuggingFace T5 models for Isi Penting Generator, with News style and isi penting also can be mixed language, https://malaya.readthedocs.io/en/latest/load-isi-penting-generator-huggingface-news-style.html
  16. Released HuggingFace T5 models for Isi Penting Generator, with Product Description style and isi penting also can be mixed language, https://malaya.readthedocs.io/en/latest/load-isi-penting-generator-huggingface-product-description-style.html
  17. Released HuggingFace T5 models for Paraphrase module, https://malaya.readthedocs.io/en/latest/load-paraphrase-huggingface.html
  18. Now Doc2Vec based text similarity will be under malaya.similarity.doc2vec, https://malaya.readthedocs.io/en/latest/load-doc2vec-similarity.html
  19. Now Semantic text similarity will be under malaya.similarity.semantic, https://malaya.readthedocs.io/en/latest/load-semantic-similarity.html
  20. Released HuggingFace T5 models for Semantic Similarity, also able to infer mixed language, https://malaya.readthedocs.io/en/latest/load-semantic-similarity-huggingface.html
  21. Released HuggingFace T5 models for Dependency Parsing, https://malaya.readthedocs.io/en/latest/load-dependency-huggingface.html
  22. Released HuggingFace T5 models for Abstractive Summarization, also able to infer mixed language, https://malaya.readthedocs.io/en/latest/load-abstractive-huggingface.html
  23. Released HuggingFace T5 models for MS-EN Translation, https://malaya.readthedocs.io/en/latest/load-translation-ms-en-huggingface.html
  24. Released HuggingFace T5 models for noisy MS-EN Translation, end-to-end mixed language translation to EN, https://malaya.readthedocs.io/en/latest/load-translation-noisy-ms-en-huggingface.html
  25. Released HuggingFace T5 models for EN-MS Translation, https://malaya.readthedocs.io/en/latest/load-translation-en-ms-huggingface.html
  26. Released HuggingFace T5 models for noisy EN-MS Translation, end-to-end mixed language translation to MS, https://malaya.readthedocs.io/en/latest/load-translation-noisy-en-ms-huggingface.html
  27. Now Extractive QA will be under malaya.qa.extractive, https://malaya.readthedocs.io/en/latest/load-qa-extractive.html
  28. Released HuggingFace T5 models for Extractive QA, also able to infer mixed language, https://malaya.readthedocs.io/en/latest/load-qa-extractive-huggingface.html
  29. Released HuggingFace T5 models for ZeroShot Classification, also able to infer mixed language, https://malaya.readthedocs.io/en/latest/load-zeroshot-classification-huggingface.html
  30. Released HuggingFace T5 models for ZeroShot Entity Recognition, also able to infer mixed language, https://malaya.readthedocs.io/en/latest/zeroshot-ner.html
  31. Now Decomposition based Topic Modeling will be under malaya.topic_model.decomposition, https://malaya.readthedocs.io/en/latest/load-topic-model-decomposition.html
  32. Now LDA2Vec based Topic Modeling will be under malaya.topic_model.lda2vec, https://malaya.readthedocs.io/en/latest/load-topic-model-lda2vec.html
  33. Now Transformer based Topic Modeling will be under malaya.topic_model.transformer, https://malaya.readthedocs.io/en/latest/load-topic-model-transformer.html
  34. Added BERTopic inferface for Topic Modeling, https://malaya.readthedocs.io/en/latest/load-topic-model-bertopic.html
  35. Released HuggingFace T5 models for Abstractive Keyword, also able to infer mixed language, https://malaya.readthedocs.io/en/latest/load-abstractive-keyword-huggingface.html
  36. Now Extractive Keyword will be under malaya.keyword.extractive, https://malaya.readthedocs.io/en/latest/load-keyword-extractive.html
  37. Released HuggingFace interface for Transformer, https://malaya.readthedocs.io/en/latest/load-transformer-huggingface.html