Recent Releases of laonlp

laonlp - LaoNLP v1.2.0

What's Changed

  • Implement num_to_laoword by @gunsodo in https://github.com/wannaphong/LaoNLP/pull/17

New Contributors

  • @gunsodo made their first contribution in https://github.com/wannaphong/LaoNLP/pull/17

Full Changelog: https://github.com/wannaphong/LaoNLP/compare/v1.1.3...v1.2.0

- Python
Published by wannaphong almost 2 years ago

laonlp - LaoNLP v1.1.3

What's Changed

  • Exclude test suite from the package by @BLKSerene in https://github.com/wannaphong/LaoNLP/pull/14
  • Make return values of laonlp.translate.word_dictionary consistent with type hint by @BLKSerene in https://github.com/wannaphong/LaoNLP/pull/15
  • Bump coverage by @BLKSerene in https://github.com/wannaphong/LaoNLP/pull/16

Full Changelog: https://github.com/wannaphong/LaoNLP/compare/v1.1.2...v1.1.3

- Python
Published by wannaphong over 2 years ago

laonlp - LaoNLP v1.1.2

What's Changed

  • Drop dependency on AnyAscii for Lao transliteration by @BLKSerene in https://github.com/wannaphong/LaoNLP/pull/11
  • Preserve terminal punctuation marks during sentence tokenization by @BLKSerene in https://github.com/wannaphong/LaoNLP/pull/12
  • Fix most flake8 warnings by @BLKSerene in https://github.com/wannaphong/LaoNLP/pull/13

Full Changelog: https://github.com/wannaphong/LaoNLP/compare/v1.1.1...v1.1.2

- Python
Published by wannaphong over 2 years ago

laonlp - LaoNLP v1.1.1

What's Changed

  • Make dependencies of less commonly used functionalities optional by @BLKSerene in https://github.com/wannaphong/LaoNLP/pull/10

New Contributors

  • @BLKSerene made their first contribution in https://github.com/wannaphong/LaoNLP/pull/10

Full Changelog: https://github.com/wannaphong/LaoNLP/compare/v1.1...v1.1.1

- Python
Published by wannaphong over 2 years ago

laonlp - LaoNLP v1.1

Changelog - Add laonlp.transliterate.transliterate https://github.com/wannaphong/LaoNLP/commit/e25676ae172267f0c2f51c1452c0ea8cc194b1d0

Full Changelog: https://github.com/wannaphong/LaoNLP/compare/v1.0...v1.1

- Python
Published by wannaphong over 2 years ago

laonlp - LaoNLP v1.0

Downloads DOI Coverage Status

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

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:

bib @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. ```

Full Changelog: https://github.com/wannaphong/LaoNLP/compare/v0.7...v1.0

- Python
Published by wannaphong over 2 years ago

laonlp - LaoNLP v0.7

  • Add Lao word2vec https://github.com/wannaphong/LaoNLP/pull/6

Install: pip install laonlp

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

Docs: https://github.com/wannaphong/LaoNLP/wiki

- Python
Published by wannaphong over 3 years ago

laonlp - LaoNLP v0.6

  • Add Yunshan Cup 2020 Model to Part-of-speech https://github.com/wannaphong/LaoNLP/wiki/Tag

Install: pip install laonlp

Docs: https://github.com/wannaphong/LaoNLP/wiki

- Python
Published by wannaphong about 4 years ago

laonlp - LaoNLP v0.5

  • Add laonlp.tag.pos_tag https://github.com/wannaphong/LaoNLP/wiki/Tag

Install: pip install laonlp

Docs: https://github.com/wannaphong/LaoNLP/wiki

- Python
Published by wannaphong over 4 years ago

laonlp - LaoNLP v0.4

  • Add laonlp.translate

Install: pip install laonlp

Docs: https://github.com/wannaphong/LaoNLP/wiki

- Python
Published by wannaphong over 4 years ago

laonlp - LaoNLP v0.3.1

  • Add laonlp.translate

install: pip install laonlp

Docs: https://github.com/wannaphong/LaoNLP/wiki

- Python
Published by wannaphong over 4 years ago

laonlp - LaoNLP v0.3

  • Add laonlp.translate

install: pip install laonlp

Docs: https://github.com/wannaphong/LaoNLP/wiki

- Python
Published by wannaphong over 4 years ago

laonlp - LaoNLP v0.2

This is the first release of LaoNLP.

  • Tokenize (Word segment and sentence tokenize)
  • Transliterate

- Python
Published by wannaphong over 4 years ago

laonlp - LaoNLP v0.2-dev5

- Python
Published by wannaphong over 4 years ago

laonlp - LaoNLP v0.2-dev4

- Python
Published by wannaphong over 4 years ago

laonlp - LaoNLP v0.2-dev3

  • fixed import dict

- Python
Published by wannaphong over 4 years ago

laonlp - LaoNLP v0.2-dev2

  • Add lo_wannaphongdict

- Python
Published by wannaphong over 4 years ago

laonlp - LaoNLP v0.2-dev1

  • Add LaoNLP.transliterate

- Python
Published by wannaphong almost 5 years ago

laonlp - LaoNLP v0.1-dev1

  • Replace duplicate lospellcheckdict by laowords #1

- Python
Published by wannaphong over 5 years ago