LICENSE
NOTICE.md
README.md
pyproject.toml
latin_g2p/__init__.py
latin_g2p/cli.py
latin_g2p/config.py
latin_g2p/constants.py
latin_g2p/diaeresis.py
latin_g2p/editing.py
latin_g2p/enclitics.py
latin_g2p/evidence.py
latin_g2p/hexameter.py
latin_g2p/i_lexicon.py
latin_g2p/i_lexicon_data.py
latin_g2p/i_lexicon_evidence.py
latin_g2p/i_lexicon_policy.py
latin_g2p/i_wiktionary_forms.py
latin_g2p/lexicon.py
latin_g2p/metrical_lengthening.py
latin_g2p/normalization.py
latin_g2p/orthography.py
latin_g2p/pipeline.py
latin_g2p/poetic_j.py
latin_g2p/py.typed
latin_g2p/scansion.py
latin_g2p/segmenter.py
latin_g2p/serialization.py
latin_g2p/special_u_data.py
latin_g2p/synizesis.py
latin_g2p/tracing.py
latin_g2p/types.py
latin_g2p/uv_restoration.py
latin_g2p/verse_feeder.py
latin_g2p.egg-info/PKG-INFO
latin_g2p.egg-info/SOURCES.txt
latin_g2p.egg-info/dependency_links.txt
latin_g2p.egg-info/entry_points.txt
latin_g2p.egg-info/requires.txt
latin_g2p.egg-info/top_level.txt
latin_g2p/_vendor/__init__.py
latin_g2p/_vendor/latincy_uv_rules.py
latin_g2p/data/README.md
latin_g2p/data/collatinus_special_u.tsv
latin_g2p/data/collatinus_uv.tsv.gz
latin_g2p/data/i_wiktionary_forms.tsv
latin_g2p/data/metrical_lengthening.tsv
latin_g2p/data/poetic_diaeresis.tsv
latin_g2p/data/synizesis.tsv
latin_g2p/evaluation/__init__.py
latin_g2p/evaluation/alatius.py
latin_g2p/evaluation/handbook_reference.py
latin_g2p/evaluation/iambic_corrections.py
latin_g2p/evaluation/passage_review.py
latin_g2p/evaluation/pedecerto_text.py
latin_g2p/phonology/consonants.py
latin_g2p/phonology/coronals.py
latin_g2p/phonology/diphthong_eu.py
latin_g2p/phonology/diphthong_hiatus.py
latin_g2p/phonology/diphthongs.py
latin_g2p/phonology/elision.py
latin_g2p/phonology/gn_lexicon.py
latin_g2p/phonology/i.py
latin_g2p/phonology/ipa.py
latin_g2p/phonology/lateral.py
latin_g2p/phonology/lexical_exceptions.py
latin_g2p/phonology/lexical_voicing.py
latin_g2p/phonology/nasal.py
latin_g2p/phonology/phrase_context.py
latin_g2p/phonology/realization.py
latin_g2p/phonology/rhotic.py
latin_g2p/phonology/sibilants.py
latin_g2p/phonology/stress.py
latin_g2p/phonology/syllabification.py
latin_g2p/phonology/u.py
latin_g2p/phonology/units.py
latin_g2p/phonology/vowels.py
latin_g2p/phonology/weight.py
tests/test_alatius.py
tests/test_batch.py
tests/test_cache.py
tests/test_cli.py
tests/test_consonants.py
tests/test_coronals.py
tests/test_diaeresis.py
tests/test_diphthongs.py
tests/test_editing.py
tests/test_enclitics.py
tests/test_evidence.py
tests/test_gn.py
tests/test_handbook_reference.py
tests/test_hendecasyllable.py
tests/test_hexameter_failure_analysis.py
tests/test_hexameter_period_stratification.py
tests/test_hypotactic_brevis_brevians.py
tests/test_hypotactic_scazon_trochaic.py
tests/test_hypotactic_senarius.py
tests/test_hypotactic_synizesis.py
tests/test_i.py
tests/test_i_generated_data.py
tests/test_iambic.py
tests/test_iambic_epode_failure_analysis.py
tests/test_immutability.py
tests/test_ipa.py
tests/test_lexical_exceptions.py
tests/test_lyric_stanzas.py
tests/test_meter_ranking.py
tests/test_meter_ranking_evaluation.py
tests/test_metrical_lengthening.py
tests/test_normalization.py
tests/test_orthography.py
tests/test_package_metadata.py
tests/test_passage_review.py
tests/test_pedecerto_asclepiadean.py
tests/test_pedecerto_hendecasyllable.py
tests/test_pedecerto_hexameter.py
tests/test_pedecerto_iambic_epodes.py
tests/test_pedecerto_iambic_epodes_evaluation.py
tests/test_pedecerto_iambic_trimeter.py
tests/test_pedecerto_lyric_stanzas.py
tests/test_pedecerto_pentameter.py
tests/test_pedecerto_synizesis.py
tests/test_pedecerto_text.py
tests/test_pentameter.py
tests/test_pentameter_failure_analysis.py
tests/test_performance_benchmark.py
tests/test_phonetics.py
tests/test_pipeline.py
tests/test_poetic_j.py
tests/test_profiles.py
tests/test_prosodic_breaks.py
tests/test_scansion.py
tests/test_scazon_trochaic.py
tests/test_segmenter.py
tests/test_serialization.py
tests/test_sibilants.py
tests/test_special_u_generated_data.py
tests/test_stress.py
tests/test_syllabification.py
tests/test_synizesis.py
tests/test_tracing.py
tests/test_tts_compatibility.py
tests/test_u.py
tests/test_u_qu.py
tests/test_units.py
tests/test_uv_restoration.py
tests/test_variants.py
tests/test_verse_feeder.py
tests/test_vowels.py
tests/test_weight.py