0 purchases
snowball stemmer
Snowball stemmers for multiple languages.
Features #
This package facilitates the compiled stemmers from this project: https://github.com/snowballstem/snowball
Included stemmers:
arabic,
armenian,
basque,
catalan,
danish,
dutch,
english,
finnish,
french,
german,
greek,
hindi,
hungarian,
indonesian,
irish,
italian,
lithuanian,
nepali,
norwegian,
porter,
portuguese,
romanian,
russian,
serbian,
spanish,
swedish,
tamil,
turkish,
yiddish
Getting started #
Usage #
import 'package:snowball_stemmer/snowball_stemmer.dart';
SnowballStemmer stemmer = SnowballStemmer(Algorithm.english);
print(stemmer.stem('stemming'));
copied to clipboard
Additional information #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.