Skip to content

FinNLP/lemmatizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

334eb17 Β· Apr 6, 2017

History

2 Commits
Apr 6, 2017
Apr 6, 2017
Apr 6, 2017
Apr 6, 2017
Apr 6, 2017
Apr 6, 2017
Apr 6, 2017
Apr 6, 2017

Repository files navigation

Lemmatizer

English token lemmatizer.

Installation

npm i --save lemmatizer

Usage

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

The above example would output:

"condition"