File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 22History
33================================================================================
44
5- 8.0.0a1 (2025-09-20)
5+ 8.0.0 (2025-09-20)
66--------------------------------------------------------------------------------
77
88* GH-747: Underthesea Languages v2 by @rain1024 in https://github.com/undertheseanlp/underthesea/pull/748
@@ -20,6 +20,9 @@ History
2020* GH-770: Support python 3.12, 3.13 by @rain1024 in https://github.com/undertheseanlp/underthesea/pull/777
2121* GH-770: Update dependency scikit-learn to support python 3.13 by @rain1024 in https://github.com/undertheseanlp/underthesea/pull/785
2222* GH-770: Update pyproject.toml information by @rain1024 in https://github.com/undertheseanlp/underthesea/pull/787
23+ * GH-770: Update project structure by @rain1024 in https://github.com/undertheseanlp/underthesea/pull/790
24+ * Bump django from 3.2.18 to 4.2.24 in /extensions/apps/service by @dependabot[bot] in https://github.com/undertheseanlp/underthesea/pull/791
25+ * Bump gunicorn from 20.1.0 to 23.0.0 in /extensions/apps/service by @dependabot[bot] in https://github.com/undertheseanlp/underthesea/pull/792
2326
24276.8.4 (2024-06-22)
2528--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " underthesea"
7- version = " 8.0.0a1 "
7+ version = " 8.0.0 "
88description = " Vietnamese NLP Toolkit"
99readme = " README.md"
1010requires-python = " >=3.9"
Original file line number Diff line number Diff line change 1- 8.0.0a1
1+ 8.0.0
Original file line number Diff line number Diff line change @@ -93,9 +93,9 @@ def info():
9393 print (" pos_tag : OK" )
9494 print (" chunk : OK" )
9595 print (" ner : OK" )
96- print (" classify : OK " )
97- print (" sentiment : OK " )
98- print (" dependency_parse : OK " )
96+ print (" classify : SUSPENDED " )
97+ print (" sentiment : SUSPENDED " )
98+ print (" dependency_parse : SUSPENDED " )
9999 print (" lang_detect : OK" )
100100 print (" resources : OK" )
101101
You can’t perform that action at this time.
0 commit comments