Skip to content

Klabauterman/snowball_stemmer_dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'));

Additional information

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages