commit 94b9b60bd40722e2613ba7c7488e819d5b9e51e8
parent 863f7967a4dd6a9302c0b6cd24a328f2733e190c
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Fri, 30 Dec 2011 14:10:15 +0100
remove old file
Diffstat:
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/query.sh b/query.sh
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-cd "$( dirname "$0" )"
-
-sqlite dico.sqlite 'select t1.freq, t1.word, t1.phon, t2.word, t2.phon,
-t2.freq, t2.min_nsyl, t2.max_nsyl, t2.elidable, t2.base, t2.kind from words
-as t1 inner join words as t2 on (t1.phon_end = t2.phon_end or
-t1.word_end = t2.word_end) and t1.feminine = t2.feminine where t1.word =
-"'$1'";' | ./reorder.py
-