Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soumendrak/openodia
This is a package on various tools in the Odia language.
https://github.com/soumendrak/openodia
natural-language-generation natural-language-processing nlp odia odia-alphabet odia-language odia-letter oriya python
Last synced: 6 days ago
JSON representation
This is a package on various tools in the Odia language.
- Host: GitHub
- URL: https://github.com/soumendrak/openodia
- Owner: soumendrak
- License: mit
- Created: 2021-09-19T06:43:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T04:44:36.000Z (9 months ago)
- Last Synced: 2024-12-06T18:46:35.107Z (28 days ago)
- Topics: natural-language-generation, natural-language-processing, nlp, odia, odia-alphabet, odia-language, odia-letter, oriya, python
- Language: Python
- Homepage: https://openodia.soumendrak.com
- Size: 38 MB
- Stars: 7
- Watchers: 4
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![image](docs/cover-pic.png)
- `openodia` is a Python package which contains various tools on Odia language.
- The short term goal of this package is to not make state-of-the-art methods, but to make tools which work.## Install
- Please install any version of Python which is higher than or equal to Python 3.9. It should work.
- The library is tested in python 3.9 version.```bash
pip install openodia
```- If you want to directly build from the binary, please clone the repo and run `setup.py`.
```shell
git clone https://github.com/soumendrak/openodia.git
python setup.py install
```## Usage and Documentation
For usage and further documentation please visit the [Documentation](https://openodia.soumendrak.com/) page.
## License