snowball-stemmers
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/snowball-stemmers package

0.6.0 • Public • Published

Port from Snowball Stemmers. Online

Install:

npm i snowball-stemmers

Example:

var snowballFactory = require('snowball-stemmers');

var rus = snowballFactory.newStemmer('russian');
rus.stem('чаво');

snowballFactory.algorithms();

Output:

'чав'

[ 'arabic',
  'armenian',
  'basque',
  'catalan',
  'czech',
  'danish',
  'dutch',
  'english',
  'finnish',
  'french',
  'german',
  'hungarian',
  'italian',
  'irish',
  'norwegian',
  'porter',
  'portuguese',
  'romanian',
  'russian',
  'spanish',
  'slovene',
  'swedish',
  'tamil',
  'turkish' ]

More about ESJava

Readme

Keywords

Package Sidebar

Install

npm i snowball-stemmers

Weekly Downloads

280

Version

0.6.0

License

ISC

Last publish

Collaborators

  • mazko