drime

French rhyme dictionary with web and CLI interface
git clone https://a3nm.net/git/drime/
Log | Files | Refs | README

commit 386dd77205834bed997c051462838069d3579e91
parent ed52fef0af62368eb3baa58b715a9f782aee2373
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sat, 11 Jan 2020 11:42:56 +0100

fix scripts to retrieve lexique

(thanks to Christophe Pallier)
<CALyk9bypqmSvbc783WKzSwEq4Mv+C2UJWYVUtBhpfW6u4KKujQ@mail.gmail.com>

Diffstat:
lexique_fix.sh | 2+-
lexique_retrieve.sh | 6+++---
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lexique_fix.sh b/lexique_fix.sh @@ -4,5 +4,5 @@ cd "$( dirname "$0" )" -iconv -f latin1 -t utf8 | sed 1d | ./subst.pl +sed 1d | ./subst.pl diff --git a/lexique_retrieve.sh b/lexique_retrieve.sh @@ -1,8 +1,8 @@ #!/bin/bash -ZIP="Lexique371b.zip" -URL="http://www.lexique.org/public/$ZIP" -FILE="Lexique371/Bases+Scripts/Lexique3.txt" +ZIP="Lexique383.zip" +URL="http://www.lexique.org/databases/Lexique383/$ZIP" +FILE="Lexique383.tsv" cd "$( dirname "$0" )"