We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b26d3 commit afa9b69Copy full SHA for afa9b69
README.md
@@ -1,7 +1,7 @@
1
# MLJText.jl
2
3
An [MLJ](https://alan-turing-institute.github.io/MLJ.jl/dev/)
4
-extension providing tools and model for text analysis.
+extension providing tools and models for text analysis.
5
6
| Linux | Coverage |
7
| :------------ | :------- |
@@ -52,4 +52,4 @@ mach = machine(tfidf_transformer, ngram_docs)
52
MLJ.fit!(mach)
53
54
tfidf_mat = transform(mach, ngram_docs)
55
-```
+```
0 commit comments