From 5786701c6001a90839b0d8e33d6d1d96d1d90e09 Mon Sep 17 00:00:00 2001 From: billmetangmo <25366207+billmetangmo@users.noreply.github.com> Date: Wed, 25 Aug 2021 23:44:17 +0200 Subject: [PATCH] Added english wordnet to model download script As it's the default configuration for wordnet --- get-models.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/get-models.sh b/get-models.sh index fc1f14e3..cb12a413 100755 --- a/get-models.sh +++ b/get-models.sh @@ -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