npm.io
1.0.0 • Published 8 years ago

stemr

Licence
MIT
Version
1.0.0
Deps
0
Size
76 kB
Vulns
0
Weekly
0
Stars
12

stemr · GitHub license npm version codecov CircleCI Status PRs Welcome

stemr package provides a javascript (TypeScript) implementation of the Snowball English (porter2) stemmer algorithm.

Example

import { stem } from "stemr";

stem("stemming");
// => "stem"