Skip to content

Commit afa9b69

Browse files
authored
typo in readme
1 parent 32b26d3 commit afa9b69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MLJText.jl
22

33
An [MLJ](https://alan-turing-institute.github.io/MLJ.jl/dev/)
4-
extension providing tools and model for text analysis.
4+
extension providing tools and models for text analysis.
55

66
| Linux | Coverage |
77
| :------------ | :------- |
@@ -52,4 +52,4 @@ mach = machine(tfidf_transformer, ngram_docs)
5252
MLJ.fit!(mach)
5353

5454
tfidf_mat = transform(mach, ngram_docs)
55-
```
55+
```

0 commit comments

Comments
 (0)