UNPKG

speech-rule-engine

Version:

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

6 lines (5 loc) 104 B
export class AbstractEnrichCase { constructor(semantic) { this.semantic = semantic; } }