Welcome to PyKhmerNLP¶
PyKhmerNLP is a library designed to process and analyze Khmer language data. It includes modules for working with addresses, dictionaries, and tokenization. This documentation will guide you through the functionalities of each module and provide examples to help you get started.
Table of Contents¶
Installation¶
To install PyKhmerNLP, you can use pip:
pip install pykhmernlp
You also install pip from source:
git clone https://github.com/MetythornPenn/pykhmernlp.git
cd pykhmernlp
pip install -e .
Source Code¶
Source Code available on Github
And Library available on PyPI