Skip to content

Commit

Permalink
Use undeprecated register
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox authored Jun 26, 2018
1 parent 4e4bba7 commit 025e2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/init.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function __init__()
RegisterDataDep("WordNet 3.0",
register(DataDep("WordNet 3.0",
"""
Dataset: WordNet 3.0
Website: https://wordnet.princeton.edu/wordnet
Expand All @@ -16,5 +16,5 @@ function __init__()
"http://wordnetcode.princeton.edu/3.0/WNdb-3.0.tar.gz",
"658b1ba191f5f98c2e9bae3e25c186013158f30ef779f191d2a44e5d25046dc8";
post_fetch_method = unpack
)
))
end

0 comments on commit 025e2d8

Please sign in to comment.