UNPKG

taipa

Version:

Taiwanese morphological parsing library

8 lines (7 loc) 556 B
import { TonalUnmutationLexeme } from '../change/lexeme'; /** Unmutates the initial of the following syllable. */ export declare function unmutateInitialOfFollowingSyllable(word: string): TonalUnmutationLexeme; /** Unmutates the final of the preceding syllable. */ export declare function unmutateFinalOfPrecedingSyllable(word: string): TonalUnmutationLexeme; /** Unmutates the final of the preceding word. */ export declare function unmutateFinalOfPrecedingWord(preceding: string, following: string): import("../change/phraseme").TonalUnmutationPhraseme;