snowball_stemmer

Creator: coderz1093

Last updated:

Add to Cart

Description:

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 #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.