pharo-users@lists.pharo.org

Any question about pharo is welcome

View all threads

[ANN] Stemmer uFFI binding

HM
Hernán Morales Durand
Tue, Aug 30, 2022 12:45 PM

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

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