mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 10:28:53 -06:00
Fix the RE in the grep
This commit is contained in:
@@ -13,7 +13,7 @@ gf --run < ukanDio.gfs > /tmp/Dio.txt
|
||||
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$
|
||||
...
|
||||
*zatzaie$
|
||||
|
||||
Reference in New Issue
Block a user