UNPKG

taipa

Version:

Taiwanese morphological parsing library

7 lines (6 loc) 267 B
import { Sound, SoundGeneration } from '../unit'; export declare class KanaSoundGenerator { readonly sylCompositions: ((x: SoundGeneration) => SoundGeneration)[]; private genSokuonAndGeminated; generate(letters: string[], lookahead: string): Sound[][]; }