Skip to content

Commit bd4bc0b

Browse files
pazzo83storopoli
andauthored
Update README.md - spacing
Co-authored-by: Jose Storopoli <[email protected]>
1 parent 4ada745 commit bd4bc0b

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
@@ -40,7 +40,7 @@ The resulting matrix looks like:
4040
0.0 0.281093 0.0 0.281093 0.0 0.281093 0.0 0.0 0.0 0.281093 0.281093
4141
```
4242

43-
Functionality similar to Scikit-Learn's implementation with N-Grams can easily be implemented using features from `TextAnalysis`. Then the N-Grams themselves (either as a dictionary of Strings or dictionary of Tuples) can be passed into the transformer. We will likely introduce an additional transformer to handle these types of conversions in a future update to `MLJText`.
43+
Functionality similar to Scikit-Learn's implementation with N-Grams can easily be implemented using features from `TextAnalysis`. Then the N-Grams themselves (either as a dictionary of Strings or dictionary of Tuples) can be passed into the transformer. We will likely introduce an additional transformer to handle these types of conversions in a future update to `MLJText`.
4444
```julia
4545

4646
# this will create unigrams and bigrams

0 commit comments

Comments
 (0)