Skip to content

Commit 22de566

Browse files
authoredSep 16, 2020
Updated Bayes docs for filters (jekyll#191)
Merge pull request 191
1 parent ac2479b commit 22de566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/bayes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ filters = [
201201
white_filter
202202
# If you want to reject stopwords too, you need to include stopword filter
203203
# to the list of token filters manually.
204-
ClassifierReborn::TokenFilters::Stopword,
204+
ClassifierReborn::TokenFilter::Stopword,
205205
]
206206
classifier = ClassifierReborn::Bayes.new token_filters: filters
207207
```

0 commit comments

Comments
 (0)