LingPy

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

lingpy.sequence.orthography.OrthographyParser.graphemes_to_ipa

OrthographyParser.graphemes_to_ipa(string)

Returns the parsed and formated string given the orthography profile.

Parameters :

string : str

The str to be parsed and formatted.

Returns :

ipa : str

The str parsed and formatted and flipped into IPA.

Notes

Graphemes encoded in the orthography profile and the IPA row are used as a global scope lookup using a dict.

This Page