Skip to content
GitHub Actions edited this page Jan 2, 2026 · 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({

Navigation

Home

Architecture

Governance

Modules

Developer

Clone this wiki locally