UNPKG

node-stemmer

Version:

A Node.js interface to the Snowball stemming algorithms

6 lines 138 B
export enum CharacterEncoding { UTF_8 = 'UTF_8', ISO_8859_1 = 'ISO_8859_1', ISO_8859_2 = 'ISO_8859_2', KOI8_R = 'KOI8_R' }