UNPKG

taipa

Version:

Taiwanese morphological parsing library

4 lines (3 loc) 265 B
import { Sound } from '../unit'; /** Get Latin syllable compositions for syllable tokenization. Returned values can be further matched with tone patterns or looked up in dictionary. */ export declare function getLatinSyllableCompositions(str: string): Sound[][][];