Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.03 KB

glosario

Documentation Status

Package to define technical terms

Installation:

pip install glosario

Usage

>>> from glosario import glosario
>>> glosario.set_language('en')
>>> glosario.define('data frame')

Features

  • Defines technical terms in multiple languages
  • Allows for setting multiple languages in one script (sequentially)
  • Implements cosine similarity for matching words to closest slug

Dependencies

  • PyYaml
  • textdistance

Documentation

The official documentation is hosted on Read the Docs: https://glosario.readthedocs.io/en/latest/

Credits

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.