Skip to content

Commit

Permalink
GH-351: Release version 1.3.5-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 committed Aug 13, 2022
1 parent 8777cc1 commit ae98e94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
15 changes: 3 additions & 12 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
--------------------------------------------------------------------------------

Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img src="https://img.shields.io/pypi/v/underthesea.svg">
</a>
<a href="https://pypi.python.org/pypi/underthesea">
<img src="https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue">
<img src="https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue">
</a>
<a href="http://undertheseanlp.com/">
<img src="https://img.shields.io/badge/demo-live-brightgreen">
Expand Down Expand Up @@ -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'
```

Expand Down
2 changes: 1 addition & 1 deletion underthesea/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.5-alpha.2
1.3.5-alpha.3

0 comments on commit ae98e94

Please sign in to comment.