Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 939 Bytes

README.rst

File metadata and controls

28 lines (19 loc) · 939 Bytes

pydic

https://travis-ci.org/agh-glk/pydic.png?branch=master https://coveralls.io/repos/agh-glk/pydic/badge.png?branch=master

Python toolkit for managing simple inflectional dictionaries. Inflectional dictionary can be used as a lemmatizer, e.g. Polish lemmatizer can be generated using PyDic + SJP.pl free downloadable data (LGPL license).

About

PyDic is a set of shell tools (being also python modules) for managing simple inflectional dictionaries. It uses own dictionary format based on Berkeley DB and Marisa Trie data structures. Dictionaries can be easily build with provided tools from raw UTF-8 text files in simple format.

PyDic supports using multiple different dictionaries at the same time.

Documentation

https://pydic.readthedocs.org/en/latest/index.html