Skip to content

Commit

Permalink
GH-223: release 1.1.16 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 authored Jun 15, 2019
1 parent 1dcaa7e commit 2c03f90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Usage
.. code-block:: python
>>> # -*- coding: utf-8 -*-
>>> from underthesea import word_tokenize
>>> from underthesea import sent_tokenize
>>> text = 'Taylor cho biết lúc đầu cô cảm thấy ngại với cô bạn thân Amanda nhưng rồi mọi thứ trôi qua nhanh chóng. Amanda cũng thoải mái với mối quan hệ này.'
>>> sent_tokenize(text)
Expand Down Expand Up @@ -214,12 +214,12 @@ Usage
>>> # -*- coding: utf-8 -*-
>>> from underthesea import classify
>>> classify('HLV đầu tiên ở Premier League bị sa thải sau 4 vòng đấu')
['The thao']
>>> classify('Hội đồng tư vấn kinh doanh Asean vinh danh giải thưởng quốc tế')
['Kinh doanh']
>>> classify('Đánh giá “rạp hát tại gia” Samsung Soundbar Sound+ MS750')
['Vi tinh']
>> classify('Lãi suất từ BIDV rất ưu đãi', domain='bank')
['INTEREST_RATE']
Expand All @@ -239,7 +239,7 @@ Install dependencies
$ pip install git+https://github.com/facebookresearch/fastText.git
$ pip install unidecode
$ underthesea download sa_general
$ underthesea download sa_bank
Usage
Expand Down
2 changes: 1 addition & 1 deletion underthesea/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.16-alpha
1.1.16-alpha.1

0 comments on commit 2c03f90

Please sign in to comment.