stemr

Snowball stemmer library.

  • stemr

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
stemr
1.0.06 years ago8 years agoMinified + gzip package size for stemr in KB

Readme

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"