Skip to content

Commit 108b732

Browse files
committed
change name and url of package to MLJText for MLJ metadata
1 parent e6bdb96 commit 108b732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MLJText.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import MLJModelInterface
55
import ScientificTypesBase
66
using SparseArrays, TextAnalysis
77

8-
const PKG = "TextAnalysis" # substitute model-providing package name
8+
const PKG = "MLJText" # substitute model-providing package name
99
const MMI = MLJModelInterface
1010
const STB = ScientificTypesBase
1111

@@ -208,7 +208,7 @@ end
208208
MMI.metadata_pkg(TfidfTransformer,
209209
name="$PKG",
210210
uuid="7876af07-990d-54b4-ab0e-23690620f79a",
211-
url="https://github.com/JuliaText/TextAnalysis.jl",
211+
url="https://github.com/JuliaAI/MLJText.jl",
212212
is_pure_julia=true,
213213
license="MIT",
214214
is_wrapper=false

0 commit comments

Comments
 (0)