Skip to content

Commit

Permalink
Merge pull request #9 from billmetangmo/patch-1
Browse files Browse the repository at this point in the history
Added english wordnet to model download script
  • Loading branch information
jmccrae authored Sep 1, 2021
2 parents 087b6b9 + 5786701 commit 01e13e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions get-models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ then
gzip models/rnns.zip
fi

if [ ! -f $MODELS/english-wordnet-2020.xml.gz ]
then
wget https://en-word.net/static/english-wordnet-2020.xml.gz -O $MODELS/english-wordnet-2020.xml.gz
fi

if [ ! -d data ]
then
wget http://john.mccr.ae/naisc/data.zip
Expand Down

0 comments on commit 01e13e3

Please sign in to comment.