French language data files for the gruut tokenizer/phonemizer library. Provides grapheme-to-phoneme (g2p) models, lexicons, and language-specific rules for French text normalization and pronunciation. Current version: 2.0.2, released as part of gruut v2.0.0 refactoring. Gruut core releases frequently; language packages versioned independently.
pip install gruut-lang-frVerified import paths — ran on the pinned version, not inferred.
Simple example using gruut with French language data.
Use gruut.sentences() instead of gruut.tokenize(). See quickstart example.
Install the specific language package: pip install gruut-lang-fr
Do not import gruut_lang_fr. Simply set lang='fr' in gruut functions.