UNPKG

speech-rule-engine

Version:

A standalone speech rule engine for XML structures, based on the original engine from ChromeVox.

6 lines 152 B
export class AbstractEnrichCase { constructor(semantic) { this.semantic = semantic; } } //# sourceMappingURL=abstract_enrich_case.js.map