Previous topic

speect.phoneset_json – JSON Phoneset Class

Next topic

speect.lexicon_json – JSON Lexicon Class

speect.addendum_json – JSON Addendum Class

Speect Plug-in for SAddendumJSON class

speect.addendum_json adds a method to speect.addendum.SAddendum to load addendum objects from JSON formatted files.

static SAddendum.load_json()

Load the JSON format addendum at the given file path.

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