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.

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

Returns: - the parsed and formatted string

For example:
dog shit => # d o g # sh i t #

This Page