-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 887 Bytes
/
Project.toml
File metadata and controls
32 lines (28 loc) · 887 Bytes
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
30
31
32
name = "CorpusLoaders"
uuid = "214a0ac2-f95b-54f7-a80b-442ed9c2c9e8"
license = "MIT"
desc = "A variety of loaders for various NLP corpora."
version = "0.3.5"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
InternedStrings = "7d512f48-7fb1-5a58-b986-67e6dc259f01"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
MultiResolutionIterators = "396aa475-d5af-5b65-8c11-5c82e21b2380"
StringEncodings = "69024149-9ee7-55f6-a4c4-859efe599b68"
WordTokenizers = "796a5d58-b03d-544a-977e-18100b691f6e"
[compat]
CSV = "0.5,0.6,0.7,0.8,0.9,0.10"
DataDeps = "0.7"
Glob = "1.2"
InternedStrings = "0.7"
LightXML = "0.8, 0.9"
MultiResolutionIterators = "0.5"
StringEncodings = "0.3"
WordTokenizers = "0.5"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]