Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seanghay/mini-khmernlp
- Owner: seanghay
- Created: 2023-08-07T12:44:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T12:53:28.000Z (over 1 year ago)
- Last Synced: 2023-08-07T14:09:30.445Z (over 1 year ago)
- Topics: cambodia, khmer, khmer-language, nlp, word-segmentation
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)