Artifact 7e05700bdd3be69795d42a4e0f46d4ea611464b63eb3eb7f30a2b586f1831f71:
- File graphspell/__init__.py — part of check-in [814d73b60e] at 2018-06-24 11:39:40 on branch rg — [graphspell] code cleaning (pylint) (user: olr, size: 181) [annotate] [blame] [check-ins using] [more...]
""" SPELLCHECKER using a Direct Acyclic Word Graph with a transducer to retrieve - lemma of words - morphologies with a spell suggestion mechanism """ from .spellchecker import *