localvoid / stemr

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 88.8%Language:JavaScript 11.2%