Index: gc_lang/fr/build_data.py ================================================================== --- gc_lang/fr/build_data.py +++ gc_lang/fr/build_data.py @@ -7,15 +7,15 @@ import json import os import itertools -import grammalecte.ibdawg as ibdawg -from grammalecte.echo import echo -from grammalecte.str_transform import defineSuffixCode +import graphspell.ibdawg as ibdawg +from graphspell.echo import echo +from graphspell.str_transform import defineSuffixCode +import graphspell.tokenizer as tkz import grammalecte.fr.conj as conj -import grammalecte.tokenizer as tkz class cd: """Context manager for changing the current working directory""" def __init__ (self, newPath):