Hello, Stemming is a well-known technique for information retrieval which maps different forms of the same word to a common "stem". This, for example, enables the grouping of words with the same root.
This new package provides a Pharo uFFI wrapper for the fast thread-safe C library implementation (English stemmer). Check out details at: https://github.com/hernanmd/libstemmer Cheers, Hernán