Fix the RE in the grep

This commit is contained in:
Inari Listenmaa
2017-10-03 16:25:23 +02:00
committed by GitHub
parent 81bc4c1b6b
commit ea57e1ac6a

View File

@@ -13,7 +13,7 @@ gf --run < ukanDio.gfs > /tmp/Dio.txt
And in the directory with Apertium, I run this: And in the directory with Apertium, I run this:
``` ```
cat /tmp/Dio.txt | lt-proc -w eus.automorf.bin | egrep -o "\*(.*)$" | sort -u cat /tmp/Dio.txt | lt-proc -w eus.automorf.bin | egrep -o "\*([a-zñ]*)\>" | sort -u
*didagu$ *didagu$
... ...
*zatzaie$ *zatzaie$