Skip to content

Commit f0532c5

Browse files
louibqinhanmin2014
authored andcommitted
DOC Removing quotes from variant names. (#12113)
1 parent 8a5ff27 commit f0532c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/modules/feature_extraction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,9 +735,9 @@ decide better::
735735
array([[1, 1, 1, 0, 1, 1, 1, 0],
736736
[1, 1, 0, 1, 1, 1, 0, 1]])
737737

738-
In the above example, ``'char_wb`` analyzer is used, which creates n-grams
738+
In the above example, ``char_wb`` analyzer is used, which creates n-grams
739739
only from characters inside word boundaries (padded with space on each
740-
side). The ``'char'`` analyzer, alternatively, creates n-grams that
740+
side). The ``char`` analyzer, alternatively, creates n-grams that
741741
span across words::
742742

743743
>>> ngram_vectorizer = CountVectorizer(analyzer='char_wb', ngram_range=(5, 5))

0 commit comments

Comments
 (0)