Metadata-Version: 2.1
Name: lextoplus
Version: 0.0.2
Summary: lextoplus package
Home-page: https://gitlab.nectec.or.th/9meo/pyLexToPlus
Author: c-tawayip
Author-email: piyawatchuangkrud@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: marisa_trie

LexToPlus Python version<br/>
Require:<br/>

-marisa_trie<br/>
```
  pip install marisa_trie
```
Example:
```
from lextoplus import LexToPlus
lexto = LexToPlus()
print(lexto.wordInstance('ทดสอบตัดคำภาษาไทย'))
```
