Skip to content

Javascript (TypeScript) implementation of the Snowball English (porter2) stemmer algorithm

License

Notifications You must be signed in to change notification settings

localvoid/stemr

Repository files navigation

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"

About

Javascript (TypeScript) implementation of the Snowball English (porter2) stemmer algorithm

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published