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"

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    227
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    227
  • 0.1.1
    31
  • 0.1.0
    0

Package Sidebar

Install

npm i stemr

Weekly Downloads

258

Version

1.0.0

License

MIT

Unpacked Size

77.6 kB

Total Files

11

Last publish

Collaborators

  • localvoid