From 4c26674ff477c4d7d636e6216ccdfe96956ea03b Mon Sep 17 00:00:00 2001 From: Viktor Lofgren Date: Tue, 3 Oct 2023 10:29:44 +0200 Subject: [PATCH] (setup) Use mirrored lid.176.ftz file that is of a compatible version --- run/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/setup.sh b/run/setup.sh index 79ca8e0b..7094f1b4 100755 --- a/run/setup.sh +++ b/run/setup.sh @@ -26,7 +26,7 @@ download_model model/opennlp-sentence.bin https://mirrors.estointernet.in/apache download_model model/opennlp-tokens.bin https://mirrors.estointernet.in/apache/opennlp/models/ud-models-1.0/opennlp-en-ud-ewt-tokens-1.0-1.9.3.bin download_model model/ngrams.bin https://downloads.marginalia.nu/model/ngrams.bin download_model model/tfreq-new-algo3.bin https://downloads.marginalia.nu/model/tfreq-new-algo3.bin -download_model model/lid.176.ftz https://s3-us-west-1.amazonaws.com/fasttext-vectors/supervised_models/lid.176.ftz +download_model model/lid.176.ftz https://downloads.marginalia.nu/model/lid.176.ftz download_model data/IP2LOCATION-LITE-DB1.CSV.ZIP https://download.ip2location.com/lite/IP2LOCATION-LITE-DB1.CSV.ZIP unzip -qn -d data data/IP2LOCATION-LITE-DB1.CSV.ZIP