jstem
jstem is a Java-based library for stemming in natural language processing. It provides a set of stemmers that reduce words to their base forms, facilitating tasks such as indexing, search, and text normalization in Java applications.
Design and scope: The project aims to offer language-aware stemming through a modular, pluggable architecture. It
Algorithms and languages: jstem implements a collection of stemming rulesets for multiple languages, typically built around
Usage and integration: The library exposes a simple API to obtain stems for individual words or to
Development and reception: jstem is maintained by an open-source community with contributions from individual developers and