Skip to content
makr-code edited this page Dec 21, 2025 · 1 revision

stemmer.cpp

Stand: 5. Dezember 2025
Version: 1.0.0
Kategorie: Src


Path: src/utils/stemmer.cpp

Purpose: Language stemming utilities used by text processing and search.

Public functions / symbols:

  • ``
  • switch (lang) {
  • for (char c : word) {
  • if (c == 'a' || c == 'e' || c == 'i' || c == 'o' || c == 'u' || c == 'y') {
  • std::string word(token);
  • case Language::EN:
  • case Language::DE:

Clone this wiki locally