Grammalecte  Diff

Differences From Artifact [a53bdfb757]:

To Artifact [7e05700bdd]:


1









2










from .spellchecker import *

>
>
>
>
>
>
>
>
>

1
2
3
4
5
6
7
8
9
10
11

"""
SPELLCHECKER
using a Direct Acyclic Word Graph
with a transducer to retrieve
- lemma of words
- morphologies
with a spell suggestion mechanism
"""

from .spellchecker import *