Skip to content

Releases: undertheseanlp/underthesea

Underthesea v1.3.1

11 Jan 09:43
7df306d
Compare
Choose a tag to compare
  • 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

19 Dec 12:26
Compare
Choose a tag to compare
  • Dependency Parsing (GH-157)
  • 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)

Underthesea v1.2.3

28 Nov 08:08
2e9d677
Compare
Choose a tag to compare

Underthesea v1.2.2

04 Nov 09:42
2c1f179
Compare
Choose a tag to compare
  • Remove nltk strict version (GH-308)
  • Add word_hyphen rule (GH-290)
  • Sanity check python version (GH-320)

Underthesea v1.2.1

29 Oct 09:27
3beccd0
Compare
Choose a tag to compare

Thay đổi

  • Too strict dependency specification (GH-308)
  • Chức năng kiểm tra phiên bản các dependencies (GH-230)
  • [sentiment bank domain] TypeError: 'NoneType' object is not iterable (GH-310)

Underthesea 1.2.0

28 Oct 05:41
8da1c0d
Compare
Choose a tag to compare

Thay đổi

  • Loại bỏ languageflow trong quá trình cài đặt (GH-295)
  • Cập nhật phiên bản fasttext (GH-304)

Thanks @rain1024 for contribution

Underthesea 1.1.17

29 Aug 09:27
a301b9f
Compare
Choose a tag to compare

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

Thanks @rain1024, @TechBK for contributions

Underthesea 1.1.16

17 Jun 00:44
9f3a043
Compare
Choose a tag to compare
GH-223: release 1.1.16 (#264)

Underthesea 1.1.9

01 Jan 07:15
c1051b7
Compare
Choose a tag to compare

✨ 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

20 Jun 04:05
Compare
Choose a tag to compare

✨ 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!