UNPKG

speech-rule-engine

Version:

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

6 lines (5 loc) 339 B
import { Span } from '../audio/span.js'; export declare function ordinalCounter(_node: Element, context: string): () => string; export declare function wordCounter(_node: Element, context: string): () => string; export declare function vulgarFraction(node: Element): Span[]; export declare function ordinalPosition(node: Element): Span[];