LICENCE-COMMERCIALE.md
LICENCE.txt
README.md
pyproject.toml
src/lectura_g2p.egg-info/PKG-INFO
src/lectura_g2p.egg-info/SOURCES.txt
src/lectura_g2p.egg-info/dependency_links.txt
src/lectura_g2p.egg-info/requires.txt
src/lectura_g2p.egg-info/top_level.txt
src/lectura_nlp/__init__.py
src/lectura_nlp/inference_numpy.py
src/lectura_nlp/inference_onnx.py
src/lectura_nlp/inference_pure.py
src/lectura_nlp/modele.py
src/lectura_nlp/pipeline_formules.py
src/lectura_nlp/posttraitement.py
src/lectura_nlp/tokeniseur.py
src/lectura_nlp/modeles/MODEL_LICENCE.md
src/lectura_nlp/modeles/g2p_corrections_unifie.json
src/lectura_nlp/modeles/homographes.json
src/lectura_nlp/modeles/metrics_test.json
src/lectura_nlp/modeles/unifie_int8.onnx
src/lectura_nlp/modeles/unifie_vocab.json
src/lectura_nlp/utils/__init__.py
src/lectura_nlp/utils/aligneur.py
src/lectura_nlp/utils/g2p_labels.py
src/lectura_nlp/utils/ipa.py
tests/test_inference.py
tests/test_integration.py
tests/test_modele.py
tests/test_pipeline_formules.py