stemr · stemr package provides a javascript (TypeScript) implementation of the Snowball English (porter2) stemmer algorithm. Example import { stem } from "stemr"; stem("stemming"); // => "stem"