UNPKG

taipa

Version:

Taiwanese morphological parsing library

7 lines (6 loc) 516 B
import { TonalUninfectionLexeme } from '../change/lexeme'; export declare function getNoUninfection(word: string): TonalUninfectionLexeme; /** Uninfect the following syllable which is infected by a nasalization. */ export declare function uninfectFollowingSyllable(word: string): TonalUninfectionLexeme; /** Uninfect the following word which is infected by a nasalization. */ export declare function uninfectFollowingWord(preceding: string, following: string): import("../change/phraseme").TonalUninfectionPhraseme;