French-stemmer

0.1.0 • Public • Published

A JavaScript stemming library for NodeJS

This is an implementation of the Porter2 stemming algorithm in JavaScript, currently for English, French and German.

Example

var tokenizer = require('./../lib/tokenizer.js'), tokenizer('Le chat mange la souris', 'fr');

Readme

Keywords

none

Package Sidebar

Install

npm i French-stemmer

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • kneox