Heritage.py is a python interface to The Sanskrit Heritage Site.
- Free software: GNU General Public License v3
- Documentation: https://heritage-py.readthedocs.io.
- Morphological Analysis
- Sandhi Formation
- Declensions
- Conjugations
To install Heritage.py, run this command in your terminal:
$ pip install heritage
Heritage.py has two possible modes of operation,
- Using a web mirror
This mode uses any compatible web mirror of The Heritage Platform (e.g. https://sanskrit.inria.fr/index.en.html) and does not require any installation, however, HTTP requests are made for every task resulting in a larger delay.
- Using a local installation
Installation Instructions: https://sanskrit.inria.fr/manual.html#installation.
This mode requires a local installation of The Heritage Platform. As a result, it is considerably faster in obtaining results.
To use Heritage.py in a project,
import heritage
This package was created with Cookiecutter and the hrishikeshrt/cookiecutter-pypackage project template.