cmu-syllable-counter
Version:
Fast and accurate syllable counter for English words using CMU Dictionary
6 lines • 618 B
TypeScript
export { getSyllableCount, getHyphenatedString } from "./core";
export { cmuDictionary, findWordsBySyllableCount, findWordsByStressPattern, findWordsByComplexity, findWordsByVowelCount, getRandomWords, findRhymingWords, getAllWords, getDictionarySize, isWordInDictionary } from "./dictionary";
export { CMU_DICTIONARY } from "./dictionary-data-compressed";
export type { SyllableCountOptions, CoreHyphenationOptions, SyllableCountResult, HyphenationResult, WordAnalysis, WordSearchOptions } from "./core";
export type { CMUDictionaryEntry, CMUDictionary } from "./dictionary-types";
//# sourceMappingURL=index.d.ts.map