包详细信息

stemr

localvoid1.6kMIT1.0.0

Snowball stemmer library.

stem, stemming, porter2, snowball

自述文件

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"