Skip to content

Commit

Permalink
LaoNLP v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Nov 6, 2021
1 parent b74e8c6 commit 8eb6950
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

Lao language Natural Language Processing (NLP)

## Features

- Word tokenizer
- Sentence tokenizer
- Part-of-speech (new)
- Lao to Thai script
- Thai to Lao script
- Word dictionary

## Install
```
pip install laonlp
Expand Down
9 changes: 9 additions & 0 deletions docs/api/word_dictionary.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. currentmodule:: laonlp.word_dictionary

laonlp.word_dictionary
======================

Modules
-------

.. autofunction:: word_dictionary
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
setup(
name="LaoNLP",
version="0.4",
version="0.5",
description="Lao Natural Language Processing library",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8eb6950

Please sign in to comment.