Library for manipulating pronunciations using the International Phonetic Alphabet (IPA). Provides classes and functions for parsing, grouping, and comparing IPA strings, handling suprasegmentals, diacritics, and stress markers. Current version 0.13.0.
pip install gruut-ipaVerified import paths — ran on the pinned version, not inferred.
Parse an IPA string and access its components.
Replace `.graphemes` with `.phonemes`.
Normalize both strings with `unicodedata.normalize('NFC', ...)` before comparing.No dependency data recorded yet.