commit 1a607c11eeedd8389e1f3cacdf24216d6022ff26
parent 88c5db31c2640b5f7db709c0e40c7bc69f101ee7
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Wed, 26 Aug 2015 22:08:34 +0200
correct preproc
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/script.sh b/script.sh
@@ -4,7 +4,7 @@
# pronunciation, known words, and suitable POS
#cat Lexique371/Bases+Scripts/Lexique3.txt |
-# ./lexique_fix.sh| cut -f1,2,4 | uniq > lexique.txt
+# ./lexique_fix.sh| cut -f1,2,4 | grep NOM | uniq > lexique.txt
pv lexique.txt| ./only3.py > lexique3
cat lexique3 | ./graph.py > graph
cat graph | ./cycle.py