UNPKG

lemmatizer

Version:
21 lines (15 loc) 254 B
# Lemmatizer English token lemmatizer. ## Installation ``` npm i --save lemmatizer ``` ## Usage ```typescript import {lemmatizer} from "lemmatizer"; console.log(lemmatizer("unconditionally")); ``` The above example would output: ``` "condition" ```