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 e6bdb96 commit 108b732Copy full SHA for 108b732
src/MLJText.jl
@@ -5,7 +5,7 @@ import MLJModelInterface
5
import ScientificTypesBase
6
using SparseArrays, TextAnalysis
7
8
-const PKG = "TextAnalysis" # substitute model-providing package name
+const PKG = "MLJText" # substitute model-providing package name
9
const MMI = MLJModelInterface
10
const STB = ScientificTypesBase
11
@@ -208,7 +208,7 @@ end
208
MMI.metadata_pkg(TfidfTransformer,
209
name="$PKG",
210
uuid="7876af07-990d-54b4-ab0e-23690620f79a",
211
- url="https://github.com/JuliaText/TextAnalysis.jl",
+ url="https://github.com/JuliaAI/MLJText.jl",
212
is_pure_julia=true,
213
license="MIT",
214
is_wrapper=false
0 commit comments