generated from JuliaAI/MLJExampleInterface.jl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
29 lines (25 loc) · 906 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name = "MLJText"
uuid = "5e27fcf9-6bac-46ba-8580-b5712f3d6387"
authors = ["Chris Alexander <[email protected]>, Anthony D. Blaom <[email protected]>"]
version = "0.2.3"
[deps]
CorpusLoaders = "214a0ac2-f95b-54f7-a80b-442ed9c2c9e8"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TextAnalysis = "a2db99b7-8b79-58f8-94bf-bbc811eef33d"
[compat]
CorpusLoaders = "0.3"
MLJModelInterface = "1.4"
ScientificTypes = "2.2.2, 3"
ScientificTypesBase = "2.2.0, 3"
Statistics = "<0.0.1, 1"
TextAnalysis = "0.7.3, 0.8"
julia = "1.6"
[extras]
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["MLJBase", "Test"]