LingPy

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

lingpy.sequence.orthography.OrthographyParser.parse_string_to_ipa_string

OrthographyParser.parse_string_to_ipa_string(string)

Returns the parsed and formated string given the graphemes encoded in the orthography profile and the IPA row. Uses a global scope lookup hash for the time being.

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

Returns: - the parsed and formatted string

This Page