Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seanghay/mini-khmernlp

A mini version of KhmerNLP with LSTM only
https://github.com/seanghay/mini-khmernlp

cambodia khmer khmer-language nlp word-segmentation

Last synced: about 1 month ago
JSON representation

A mini version of KhmerNLP with LSTM only

Awesome Lists containing this project

README

        

A mini version of [KhmerNLP](https://github.com/rinabuoy/KhmerNLP/) with LSTM only. It requires [PyTorch>=2.0.0](https://pytorch.org/get-started/locally/) to be installed to be able to run.

```shell
python inference.py
['ចំណែក', 'ជើង', 'ទី', '២', ' ', 'Cambodia', ' ', 'Kindom', ' ', 'of', ' ', 'Wonder', ' ', 'នឹង', 'ត្រូវ', 'ធ្វើឡើង', 'ឯ', 'ប្រទេស', 'កាតា', '៕ ', 'Tel:', ' ', '010123123', ' ', '🇰🇭']
```
> Most of the code here were taken from [KhmerNLP](https://github.com/rinabuoy/KhmerNLP/) repository.

[[References]](https://github.com/rinabuoy/KhmerNLP/#references)