{"library":"snowball-stemmers","type":"library","category":null,"description":"JavaScript port of the Snowball stemming algorithms (http://snowball.tartarus.org/), supporting 24 languages including Arabic, Russian, English, and more. The current stable version is 0.6.0, released sporadically. It is autogenerated from the Snowball compiler and uses ESJava. Key differentiators: lightweight, no dependencies, pure JS, and supports a wide range of languages. Compared to alternatives like natural or stemming libraries, it focuses on comprehensive language coverage. The library provides a simple factory API for creating stemmers and lists available algorithms.","language":"javascript","status":"active","version":"0.6.0","tags":["javascript","Snowball","Stemmer"],"install":[{"cmd":"npm install snowball-stemmers","imports":["const snowballFactory = require('snowball-stemmers'); const stemmer = snowballFactory.newStemmer('english');","const snowballFactory = require('snowball-stemmers'); const algs = snowballFactory.algorithms();","const stemmer = snowballFactory.newStemmer('russian'); const result = stemmer.stem('чаво');"]},{"cmd":"yarn add snowball-stemmers","imports":[]},{"cmd":"pnpm add snowball-stemmers","imports":[]}],"homepage":"https://snowballstem.org","github":"https://github.com/mazko/jssnowball","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/snowball-stemmers","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/snowball-stemmers/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Fri Jul 24","install_tag":null}}