vidyut-py
defines Python bindings for Vidyut, a high-performance
Sanskrit toolkit. These bindings are under active development as part of the
Ambuda project.
Install and update with pip:
$ pip install -U vidyut
Vidyut is more interesting when used with our rich linguistic data, which you can download here:
$ wget https://github.com/ambuda-org/vidyut-py/releases/download/0.2.0/data-0.2.0.zip
$ unzip data-0.2.0.zip
You can use this data like so:
from vidyut.cheda import Chedaka
c = Chedaka("data-0.2.0")
for token in c.run("tapaHsvADyAyaniratam"):
print(token)
For users:
- Documentation: https://vidyut.readthedocs.io
- Releases: https://pypi.org/project/vidyut/
- Changes: https://vidyut.readthedocs.io/en/latest/changes.html
- Source Code: https://github.com/ambuda-org/vidyut
- Issues: https://github.com/ambuda-org/vidyut/issues
- Chat: https://discord.gg/7rGdTyWY7Z
For contributors: