UNPKG

taipa

Version:

Taiwanese morphological parsing library

4 lines (3 loc) 148 B
import { Feature } from './feature'; export type tokenTagPair = [string, string]; export declare function tag(features: Feature[]): tokenTagPair[];