Skip to content

Gaps0n/StemmingFrench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Stemming

Class for stemming french in JavaScript

Usage :

  • Download the class file stemming and import this on your project
  • Initialization of an instance

Example : let stem = new stemming('contrairement') //Return 'contrair'