results
Full name: ase2sprkkr.asr.core.results
Module class hierarchy

Description
Implements ASRResult object and related quantities.
The most important class in this module is
asr.core.results.ASRResult
, which is used to wrap results
generated with ASR.
asr.core.results.ASRResult
has a bunch of associated
encoders that implements different ways of representing results, and
potentially also implements ways to decode results. These encoders are:
asr.core.results.DictEncoder
asr.core.results.JSONEncoder
asr.core.results.HTMLEncoder
asr.core.results.WebPanelEncoder
A dictionary representation of a result-object can be converted to a
result object through asr.core.results.dct_to_result()
.
Functions
|
Recursively .todict all result instances. |
|
Convert dict representing an ASR result to corresponding result object. |
|
Find result class that matches version. |
|
Format a key-type-description for a docstring. |
|
Get key descriptions of object. |
|
|
|
Get type hints of object. |
|
Determine dataformat of dct and return approriate reader. |
|
|
|
Get a string representation of path to object. |
|
Instantiate object description. |
|
Prepare result class. |
|
Fix hacked results files to contain necessary metadata. |
|
Parse a new style result dictionary. |
|
Parse an old style result dictionary. |
Classes
|
Base class for describing results generated with recipes. |
Dict ASRResult encoder. |
|
HTML ASRResult encoder. |
|
|
|
JSON ASRResult encoder. |
|
|
Metadata object. |
|
Result object descriptor. |
Abstract encoder base class. |
|
Encoder for ASE compatible webpanels. |
Exceptions
Error raised when encountering unknown metadata key. |
|
Exception when encountering unknown results version number. |
|
Unknown ASR Result format. |