UNPKG

node-stemmer

Version:

A Node.js interface to the Snowball stemming algorithms

7 lines (6 loc) 147 B
export declare enum CharacterEncoding { UTF_8 = "UTF_8", ISO_8859_1 = "ISO_8859_1", ISO_8859_2 = "ISO_8859_2", KOI8_R = "KOI8_R" }