Metadata-Version: 2.1
Name: laonlp-enhanced
Version: 0.1.0
Summary: Enhanced Lao NLP tokenizer, compatible with laonlp POS tagging
Home-page: https://github.com/saypadith/laonlp-enhanced
Author: Savath Saypadith
Author-email: mr.saypadith@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: laonlp>=1.0.0
Requires-Dist: transformers>=4.0.0
Requires-Dist: tokenizers>=0.10.0


# laonlp-enhanced

An enhanced tokenizer for the Lao language, built with a dictionary-based maximal matching approach and number handling. Integrates with `laonlp` for POS tagging.

## Reference
- [laonlp](Wannaphong Phatthiyaphaibun. (2022). LaoNLP: Lao language Natural Language Processing. Zenodo. https://doi.org/10.5281/zenodo.6833407)


## Installation
```bash
pip install laonlp-enhanced
