LingPy

This documentation is for version 2.0.dev, which is not released yet.

lingpy.sequence.orthography.OrthographyParser.parse_string_to_ipa_phonemes

OrthographyParser.parse_string_to_ipa_phonemes(string)

Accepts a string and returns a IPA parsed tuple of phonemes.

Args: - string (obligatory): the string to be parsed

Returns: - the parsed string as a tuple of phonemes

This Page