Skip to content

Commit 70d503d

Browse files
pazzo83storopoli
andauthored
Update src/tfidf_transformer.jl - spacing
Co-authored-by: Jose Storopoli <[email protected]>
1 parent a81857c commit 70d503d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tfidf_transformer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ that the transformer will consider. `max_doc_freq` indicates that terms in only
3939
up to the specified percentage of documents will be considered. For example, if
4040
`max_doc_freq` is set to 0.9, terms that are in more than 90% of documents
4141
will be removed. Similarly, the `min_doc_freq` parameter restricts terms in the
42-
other direction. A value of 0.01 means that only terms that are at least in 1% of
42+
other direction. A value of 0.01 means that only terms that are at least in 1% of
4343
documents will be included.
4444
"""
4545
mutable struct TfidfTransformer <: AbstractTextTransformer

0 commit comments

Comments
 (0)