We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2479b commit 22de566Copy full SHA for 22de566
docs/bayes.md
@@ -201,7 +201,7 @@ filters = [
201
white_filter
202
# If you want to reject stopwords too, you need to include stopword filter
203
# to the list of token filters manually.
204
- ClassifierReborn::TokenFilters::Stopword,
+ ClassifierReborn::TokenFilter::Stopword,
205
]
206
classifier = ClassifierReborn::Bayes.new token_filters: filters
207
```
0 commit comments