diff --git a/HISTORY.rst b/HISTORY.rst index 1b04e375..424d3e16 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,24 +2,15 @@ History ================================================================================ -1.3.5-alpha.2 (2022-08-12) +1.3.5-alpha.3 (2022-08-14) -------------------------------------------------------------------------------- * Add Text Normalization module (GH-534) -* Release underthesea_core version 0.0.4 (GH-550) -* Only support python 3.7+ - -1.3.5-alpha.1 (2022-08-08) --------------------------------------------------------------------------------- - +* Release underthesea_core version 0.0.5a2 (GH-550) +* Support GLIBC_2.17 (GH-530) * Update resources path (GH-540) - -1.3.5-alpha (2022-06-28) --------------------------------------------------------------------------------- - * Fix function word_tokenize (GH-528) - 1.3.4 (2022-01-08) -------------------------------------------------------------------------------- diff --git a/README.md b/README.md index ab22f3cc..48ab1198 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - + @@ -88,9 +88,7 @@ Usage ```python >>> from underthesea import text_normalize ->>> text = 'Ðảm baỏ chất lựơng phòng thí nghịêm hoá học' - ->>> text_normalize(text) +>>> text_normalize('Ðảm baỏ chất lựơng phòng thí nghịêm hoá học') 'Đảm bảo chất lượng phòng thí nghiệm hóa học' ``` diff --git a/underthesea/VERSION b/underthesea/VERSION index 199973d8..f0b9138b 100644 --- a/underthesea/VERSION +++ b/underthesea/VERSION @@ -1 +1 @@ -1.3.5-alpha.2 +1.3.5-alpha.3