LICENCE.txt
README.md
pyproject.toml
src/lectura_graphemiseur/__init__.py
src/lectura_graphemiseur/_chargeur.py
src/lectura_graphemiseur/inference_api.py
src/lectura_graphemiseur/inference_numpy.py
src/lectura_graphemiseur/inference_onnx.py
src/lectura_graphemiseur/inference_onnx_v2.py
src/lectura_graphemiseur/inference_pure.py
src/lectura_graphemiseur/modele.py
src/lectura_graphemiseur/posttraitement.py
src/lectura_graphemiseur/tokeniseur.py
src/lectura_graphemiseur.egg-info/PKG-INFO
src/lectura_graphemiseur.egg-info/SOURCES.txt
src/lectura_graphemiseur.egg-info/dependency_links.txt
src/lectura_graphemiseur.egg-info/requires.txt
src/lectura_graphemiseur.egg-info/top_level.txt
src/lectura_graphemiseur/data/__init__.py
src/lectura_graphemiseur/data/donnees_p2g.json
src/lectura_graphemiseur/utils/__init__.py
src/lectura_graphemiseur/utils/aligneur.py
src/lectura_graphemiseur/utils/ipa.py
src/lectura_graphemiseur/utils/p2g_labels.py
tests/test_homophones.py
tests/test_modele.py