Releases: undertheseanlp/underthesea
Releases · undertheseanlp/underthesea
Underthesea v1.3.1
- 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)
Underthesea v1.3.0
Underthesea v1.2.3
Underthesea v1.2.2
Underthesea v1.2.1
Underthesea 1.2.0
Underthesea 1.1.17
Thay đổi
- Cập nhật phiên bản fasttext 0.9.1 (GH-279)
- Smarter version numbers for denpendencies of underthesea (GH-276)
- Cải tiến tốc độ của hàm sent_tokenize (GH-280)
- Lỗi tách câu (GH-237)
- Google Colab Notebook: Underthesea v1.1.17
Ghi chú
- Release cuối cùng sử dụng languageflow
Underthesea 1.1.16
GH-223: release 1.1.16 (#264)
Underthesea 1.1.9
✨ Major Features and Improvements
- Improve speed of word_tokenize function
- Only support python 3.6+
- Use flake8 for style guide enforcement
Contributors
Thanks to @rain1024 for the contributions!
Underthesea 1.1.8
✨ Major Features and Improvements
🔴 Bug fixes
- Fix word_tokenize error when text contains tab (t) character
- Fix regex_tokenize with url
🔊 Release Notes
The main purpose of this release is to fix some bugs in word_tokenize
and regex_tokenize
functions
Contributors
Thanks to @rain1024 for the contributions!