This documentation is for version 2.0.dev, which is not released yet.
lingpy.sequence.generate.MCBasic(seqs) | Basic class for creating Markov chains from sequence training data. |
lingpy.sequence.generate.MCPhon(words[, ...]) | Class for the creation of phonetic sequences (“pseudo words”). |
lingpy.sequence.generate.MCBasic.walk() | Create random sequence from the distribution. |
lingpy.sequence.generate.MCPhon.get_string([...]) | Generate a string from the Markov chain created from the training data. |
GraphemeParser.combine_modifiers(string) | Given a string that is space-delimited on Unicode graphemes, group Unicode modifier letters with their preceeding base characters. |
GraphemeParser.parse_graphemes(string) | Given a string as input, return a space-delimited string of Unicode graphemes using the “X” regular expression. |
GraphemeParser.parse_string_to_graphemes(string) | |
GraphemeParser.parse_characters(string) | Given a string as input, return a space-delimited string of Unicode characters. |
GraphemeParser.parse_string_to_graphemes_string(string) | |
OrthographyParser.exists_multiple_columns() | Returns boolean of whether multiple columns exist in the orthography profile, e.g. |
OrthographyParser.graphemes_to_ipa(string) | Returns the parsed and formated string given the graphemes encoded in the |
OrthographyParser.parse_formatted_string_to_ipa_string(string) | Returns the parsed and formated string given the graphemes encoded in the |
OrthographyParser.parse_graphemes(string) | Parses orthograhy profile specified graphemes given a string. |
OrthographyParser.parse_string_to_graphemes_string(string) | Returns the parsed and formated string given the graphemes encoded in the orthography profile. |
OrthographyParser.parse_string_to_ipa_phonemes(string) | Accepts a string and returns a IPA parsed tuple of phonemes. |
OrthographyParser.parse_string_to_ipa_string(string) | Returns the parsed and formated string given the graphemes encoded in the |