/StemmingFrench

Class for stemming french language

Primary LanguageJavaScript

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'