- GH-740: optimize imports by @rain1024 in #741
- GH-616: remove issue-manager workflow by @rain1024 in #726
- GH-233: Add lang_detect module by @rain1024 in #733
- GH-705: Release Source Distribution for underthsea_core by @rain1024 in #708
- GH-705: Create docker image for underthesea by @rain1024 in #711
- Code refactoring by @tosemml in #713
- Fix permission errors on removing downloaded models by @BLKSerene in #715
- GH-682: Zero shot classification with openai api by @rain1024 in #700
- GH-696: Fix bug word_tokenize by @rain1024 in #697
- GH-696: update git submodule by @rain1024 in #698
- GH-684: fix text_normalizer token rules
- GH-686: Fix fixed_words regex
- GH-685: Support MacOS ARM
- GH-173: Add Text to Speech API by @rain1024 in #668
- GH-502: Provide training script for word segmentation and pos tagging and named entity recognition by @rain1024 in #666
- GH-622: Create UTS_Dictionary v1.0 datasets by @rain1024 in #663
- GH-588: Support underthesea_core with python 3.11 by @rain1024 in #659
- GH-588: update underthesea_core version by @rain1024 in #660
- Bump django from 4.1.6 to 4.1.7 in /apps/languages/backend by @dependabot in #652
- Bump django from 3.2.17 to 3.2.18 in /apps/service by @dependabot in #651
- GH-502: Training example for word segmentation by @rain1024 in #654
- Add two new datasets UTS_Text and UTS_WTK
- GH-648: Add option fixed_words to tokenize and word_tokenize api by @rain1024 in #649
- GH-641: Correct the error with the filename of the dataset in Windows by @rain1024 in #644
- Bump django from 3.2.16 to 3.2.17 in /apps/service by @dependabot in #640
- Bump django from 4.1.4 to 4.1.6 in /apps/languages/backend by @dependabot in #639
- Bump ua-parser-js from 0.7.28 to 0.7.33 in /apps/directory/components/json_viewer/component/frontend by @dependabot in #636
- Bump future from 0.16.0 to 0.18.3 in /apps/service by @dependabot in #645
- GH-641: fix issue filename of dataset is not correct by @rain1024 in #642
- GH-622: Initialize Dictionary page feature by @rain1024 in #633
- GH-622: Add dictionary page by @rain1024 in #634
- GH-628: Create unittest for django API by @rain1024 in #629
- GH-607: add test frontend with jest by @rain1024 in #630
Full Changelog: https://github.com/undertheseanlp/underthesea/compare/v6.0.1...v6.0.2
- GH-607: add Articles UI by @rain1024 in #620
- GH-621: Corpus CP_Vietnamese_VLC_v2_2022 by @rain1024 in #624
- Happy New Year 2023! Let's bump up the version! (GH-616)
- Create underthesea app (GH-607)
- Add viet2ipa module (GH-437)
- Training NER model with VLSP2016 dataset using BERT (GH-437)
- Remove unidecode as a dependency (GH-569)
- Add Text Normalization module (GH-534)
- Release underthesea_core version 0.0.5a2 (GH-550)
- Support GLIBC_2.17 (GH-530)
- Update resources path (GH-540)
- Fix function word_tokenize (GH-528)
- Demo chatbot with rasa (GH-513)
- Lite version of underthesea (GH-505)
- Increase word_tokenize speed 1.5 times (GH-185)
- Add build for windows (GH-185)
- Update torch and transformer dependency (GH-403)
- Publish two ABSA open datasets (GH-417)
- Migrate from travis-ci to github actions (GH-410)
- Update ParserTrainer (GH-392)
- Add pipeline folder (GH-351)
- Compatible with newer version of scikit-learn (GH-313)
- Retrain classification and sentiment models with latest version of scikit-learn (GH-381)
- Add ClassifierTrainer (from languageflow) (GH-381)
- Add 3 new datasets (GH-351)
- [Funny Update] Change underthesea's avatar (GH-371)
- [CI] Add Stale App: Automatically close stale Issues and Pull Requests that tend to accumulate during a project (GH-351)
- Remove languageflow dependency (GH-364)
- Remove tabulate dependency (GH-364)
- Remove scores in text classification and sentiment section (GH-351)
- Add information of dependency_parse module in info function (GH-351)
- Try to use Github Actions (GH-353)
- Dependency Parsing (GH-157)
- Refactor config for resources (GH-300)
- Thêm API xử lý dữ liệu (GH-299)
- Remove nltk strict version (GH-308)
- Add word_hyphen rule (GH-290)
- Sanity check python version (GH-320)
- Handle exception case in sentiment module (GH-321)
- Cập nhật quản lý resources từ languageflow (GH-295)
- Loại bỏ languageflow trong quá trình cài đặt (GH-295)
- Cập nhật phiên bản fasttext (GH-304)
- Bumping up version of the languageflow dependency (GH-231)
- Update phiên bản scikit-learn 0.20.2 (GH-229)
- Cập nhật lại các dependencies (GH-241)
- Cập nhật mô hình trên bộ dữ liệu VNTC (GH-246)
- Cập nhật mô hình trên bộ dữ liệu UTS2017_BANK_TC (GH-243)
- Cập nhật mô hình trên bộ dữ liệu UTS2017_BANK_SA (GH-244)
- Lỗi với các câu sentiment ở demo (GH-236)
- Thống nhất cách đặt tên và quản lý model (GH-225)
- Add sentence segmentation feature
- Improve speed of word_tokenize function
- Only support python 3.6+
- Use flake8 for style guide enforcement
- Fix word_tokenize error when text contains tab (t) character
- Fix regex_tokenize with url
- Rename word_sent function to word_tokenize
- Refactor version control in setup.py file and __init__.py file
- Update documentation badge url
- New feature: aspect sentiment analysis
- Integrate with languageflow 1.1.6
- Fix bug tokenize string with '=' (#159)
- New feature: named entity recognition
- Refactor and update model for word_sent, pos_tag, chunking
- New feature: text classification
- [bug] Fix Text error
- [doc] Add facebook link
- Add live demo: https://underthesea.herokuapp.com/
- Add dictionary
- Support Python 3
- Refactor feature_engineering code
- Add chunking feature
- Add pos_tag feature
- Add word_sent feature, fix performance
- Add Corpus class
- Add Transformer classes
- Integrated with dictionary of Ho Ngoc Duc
- Add travis-CI, auto build with PyPI
- First release on PyPI.
- First release on Readthedocs