frhyme

guess the last phonemes of a French word (local mirror of https://gitlab.com/a3nm/frhyme)
git clone https://a3nm.net/git/frhyme/
Log | Files | Refs | README | LICENSE

commit 609bbbe2a9b7059dfb040f1842ac889985ad8c51
parent 43512193dc0351a29b61800e133e28793c16e1e2
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sat, 17 Aug 2019 18:27:25 +0200

gitignore, and rm another script

Diffstat:
.gitignore | 3+--
scripts/install.sh | 5-----
2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,5 +1,4 @@ -lexique.txt -lexique/Lexique* build/ dist/ frhyme.egg-info/ +__pycache__/ diff --git a/scripts/install.sh b/scripts/install.sh @@ -1,5 +0,0 @@ -#!/bin/bash - -echo "Downloading Lexique" -lexique/lexique_retrieve.sh > lexique.txt -./make.sh 4 lexique.txt additions > ../frhyme/frhyme.json