Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 893 Bytes

File metadata and controls

13 lines (9 loc) · 893 Bytes

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"