Lao Natural Language Processing library
Project description
LaoNLP
Lao language Natural Language Processing (NLP)
Features
- Word tokenizer
- Sentence tokenizer
- Part-of-speech
- Lao to Thai script
- Thai to Lao script
- Word dictionary
- Word Vector
Install
pip install laonlp
Installation Options
Some functionalities, like word vectors, may require extra packages. To install those requirements, specify a set of [name]
immediately after laonlp
:
pip install laonlp[extra1,extra2,...]
List of possible extras
full
(install everything)anyascii
(for support of theanyascii
engine of Lao transliteration functionalities)word_vector
(for support of word vector functionalities)
For dependency details, look at extras
variable in setup.py
.
Documentation: https://github.com/wannaphong/LaoNLP/wiki
Citations
If you use LaoNLP
in your project or publication, please cite the library as follows
Wannaphong Phatthiyaphaibun. (2022). LaoNLP: Lao language Natural Language Processing. Zenodo. https://doi.org/10.5281/zenodo.6833407
or BibTeX entry:
@misc{wannaphong_phatthiyaphaibun_2022_6833407,
author = {Wannaphong Phatthiyaphaibun},
title = {LaoNLP: Lao language Natural Language Processing},
month = jul,
year = 2022,
publisher = {Zenodo},
doi = {10.5281/zenodo.6833407},
url = {https://doi.org/10.5281/zenodo.6833407}
}
License
Copyright 2020 - 2023 Wannaphong Phatthiyaphaibun
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
LaoNLP-1.1.1.tar.gz
(2.6 MB
view hashes)
Built Distribution
LaoNLP-1.1.1-py3-none-any.whl
(2.7 MB
view hashes)