Skip to content

Commit 335b555

Browse files
step21thomasjpfan
andauthored
DOC Remove reference to CharNGramAnalyzer (scikit-learn#26846)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
1 parent 3ef1cd8 commit 335b555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/text_analytics/working_with_text_data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ Exercise 1: Language identification
520520
-----------------------------------
521521

522522
- Write a text classification pipeline using a custom preprocessor and
523-
``CharNGramAnalyzer`` using data from Wikipedia articles as training set.
523+
``TfidfVectorizer`` set up to use character based n-grams, using data from Wikipedia articles as the training set.
524524

525525
- Evaluate the performance on some held out test set.
526526

0 commit comments

Comments
 (0)