0.0.1 • Published 7 years ago

lemmatizer v0.0.1

Weekly downloads
17
License
MIT
Repository
github
Last release
7 years ago

Lemmatizer

English token lemmatizer.

Installation

npm i --save lemmatizer

Usage

import {lemmatizer} from "lemmatizer";
console.log(lemmatizer("unconditionally"));

The above example would output:

"condition"