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.
- 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.
pip install openodia
- If you want to directly build from the binary, please clone the repo and run
setup.py
.
git clone https://github.com/soumendrak/openodia.git
python setup.py install
For usage and further documentation please visit the Documentation page.