Slither.Examples.TextAnalysis.StopwordStore (Slither v0.1.0)

Copy Markdown View Source

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.