UNPKG

node-stemmer

Version:

A Node.js interface to the Snowball stemming algorithms

3 lines (2 loc) 117 B
export { default as Stemmer } from './stemmer.js'; export { CharacterEncoding } from './enum/character-encoding.js';