Skip to content

glosario allows users to create and retrieve multilingual glossaries. By default, glosario provides access to a community-curated glossary hosted by The Carpentries. This repository also documents the structure expected for the glossaries that can be managed by glosario.

License

Notifications You must be signed in to change notification settings

carpentries/glosario-py

Repository files navigation

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.

About

glosario allows users to create and retrieve multilingual glossaries. By default, glosario provides access to a community-curated glossary hosted by The Carpentries. This repository also documents the structure expected for the glossaries that can be managed by glosario.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages