This documentation is for version 2.0.dev, which is not released yet.
Class for the creation of phonetic sequences (“pseudo words”).
Parameters : | words : list
tokens : bool (default=False)
prostring : list (default=[])
|
---|
Methods
get_string([new, tokens]) | Generate a string from the Markov chain created from the training data. |
walk() | Create random sequence from the distribution. |