Package to define technical terms
pip install glosario
>>> from glosario import glosario
>>> glosario.set_language('en')
>>> glosario.define('data frame')
- Defines technical terms in multiple languages
- Allows for setting multiple languages in one script (sequentially)
- Implements cosine similarity for matching words to closest slug
PyYaml
textdistance
The official documentation is hosted on Read the Docs: https://glosario.readthedocs.io/en/latest/
This package was created with Cookiecutter and the UBC-MDS/cookiecutter-ubc-mds project template, modified from the pyOpenSci/cookiecutter-pyopensci project template and the audreyr/cookiecutter-pypackage.