LingPy

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

lingpy.sequence.orthography.OrthographyParser.parse_graphemes

OrthographyParser.parse_graphemes(string)

Parses orthograhy profile specified graphemes given a string.

Parameters :

string : str

The str to be parsed and formatted.

Returns :

result : str

The result of the parsed and QLC formatted str.

Notes

An example:

input: dog shit output # d o g # sh i t #

This Page