Skip to content

Missing english stopwords? #2595

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jankovicsandras opened this issue Mar 11, 2025 · 1 comment
Open

Missing english stopwords? #2595

jankovicsandras opened this issue Mar 11, 2025 · 1 comment

Comments

@jankovicsandras
Copy link

Hi,

The following files include (or generate) stopwords for several languages, but english is not on the list, despite the Snowball project has english stopword list.

https://github.com/quickwit-oss/tantivy/blob/main/src/tokenizer/stop_word_filter/gen_stopwords.py

https://github.com/quickwit-oss/tantivy/blob/main/src/tokenizer/stop_word_filter/stopwords.rs

LANGUAGES = [
    "danish",
    "dutch",
    "finnish",
    "french",
    "german",
    "hungarian",
    "italian",
    "norwegian",
    "portuguese",
    "russian",
    "spanish",
    "swedish",
]

The englist stopword list exists in the Snowball project: https://snowballstem.org/algorithms/english/stop.txt

@jankovicsandras
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant