Skip to content

FinNLP/lemmatizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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"