# `Slither.Examples.TextAnalysis.StopwordStore`
[🔗](https://github.com/nshkrdotcom/slither/blob/v0.1.0/lib/slither/examples/text_analysis/stopword_store.ex#L1)

ETS-backed stopword list for the text analysis pipeline example.

Loads a comprehensive set of English stopwords into a `:set` table
with read concurrency enabled. The store exposes a `get_stopwords`
view so Python stages can retrieve the full list for filtering.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
