stemr
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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"

Dependencies (0)

    Dev Dependencies (10)

    Package Sidebar

    Install

    npm i stemr

    Weekly Downloads

    223

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    77.6 kB

    Total Files

    11

    Last publish

    Collaborators

    • localvoid