UNPKG

phonemize

Version:

Fast phonemizer with rule-based G2P prediction. Pure JavaScript implementation.

4 lines (3 loc) 186 B
export declare function expandNumbers(text: string): string; export declare function expandAbbreviations(text: string): string; export declare function expandText(text: string): string;