Skip to content

Commit 38a33ed

Browse files
pazzo83storopoli
andauthored
Update README.md - spacing
Co-authored-by: Jose Storopoli <[email protected]>
1 parent 29dfb47 commit 38a33ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ BM25Transformer(
9090
Please see [http://ethen8181.github.io/machine-learning/search/bm25_intro.html](http://ethen8181.github.io/machine-learning/search/bm25_intro.html) for more details about how these parameters affect the matrix that is generated.
9191

9292
## Bag-of-Words Transformer
93-
The `MLJText` package also offers a way to represent documents using the simpler bag-of-words representation. This returns a document-term matrix (as you would get in `TextAnalysis`) that consists of the count for every word in the corpus for each document in the corpus.
93+
The `MLJText` package also offers a way to represent documents using the simpler bag-of-words representation. This returns a document-term matrix (as you would get in `TextAnalysis`) that consists of the count for every word in the corpus for each document in the corpus.
9494

9595
### Usage
9696
```julia

0 commit comments

Comments
 (0)