Oleander Stemming Library 1.0 review
DownloadOleander Stemming Library is a word stemming library that uses Porter algorithms
|
|
Oleander Stemming Library is a word stemming library that uses Porter algorithms. Stemming refers to stripping a word down to a simpler prefix.
This is useful for "fuzzy" word matching by finding common prefixes between similar words.
What's New in This Release:
The English, Italian, Spanish, Norwegian, and Portuguese stemmers were updated to include the latest changes made to the Porter algorithms.
Bugs in the Portuguese stemmer were fixed.
A bug in the English stemmer was fixed.
Unicode is now supported.
If the symbol UNICODE is globally defined, stemmers now work with std::wstrings; otherwise, std::strings are expected.
Template arguments for stemmers were removed.
Now you can just declare "english_stem EnglishStemmer;".
The license was changed to a BSD-style license.
Oleander Stemming Library 1.0 keywords