Previous topic

speect.addendum_json – JSON Addendum Class

Next topic

speect.syllab_rewrites_json – JSON Syllabification Rewrites Class

speect.lexicon_json – JSON Lexicon Class

Speect Plug-in for SLexiconJSON class

speect.lexicon_json adds a method to speect.lexicon.SLexicon to load lexicon objects from JSON formatted files.

static SLexicon.load_json()

Load the JSON format lexicon at the given file path.

Parameters:path (string) – The full path and filename of the JSON format lexicon to load.
Returns:The loaded lexicon at the given path.
Return type:SLexicon