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.
2 parents 7d886ef + 025e2d8 commit ee4a0c3Copy full SHA for ee4a0c3
2 files changed
REQUIRE
@@ -1,4 +1,4 @@
1
julia 0.6
2
Compat
3
FactCheck
4
-DataDeps 0.2.2
+DataDeps 0.3
src/init.jl
@@ -1,5 +1,5 @@
function __init__()
- RegisterDataDep("WordNet 3.0",
+ register(DataDep("WordNet 3.0",
"""
Dataset: WordNet 3.0
5
Website: https://wordnet.princeton.edu/wordnet
@@ -16,5 +16,5 @@ function __init__()
16
"http://wordnetcode.princeton.edu/3.0/WNdb-3.0.tar.gz",
17
"658b1ba191f5f98c2e9bae3e25c186013158f30ef779f191d2a44e5d25046dc8";
18
post_fetch_method = unpack
19
- )
+ ))
20
end
0 commit comments