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

stopwords.cpp

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


Path: src/utils/stopwords.cpp

Purpose: Stopword lists and helpers for token filtering.

Public functions / symbols:

  • ``
  • if (language == "en" || language == "EN") {
  • if (language == "de" || language == "DE") {
  • for (auto w : custom) {
  • return make_set({

Clone this wiki locally