mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-22 01:36:20 -06:00
a Python script for extracting FreeLing data, tested with Italian
This commit is contained in:
5
src/morphodict/Makefile
Normal file
5
src/morphodict/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
ita:
|
||||
cp -p MorphoDictItaAbs.header MorphoDictItaAbs.gf
|
||||
cp -p MorphoDictIta.header MorphoDictIta.gf
|
||||
python3 get_dict.py | grep -v "lin " >>MorphoDictItaAbs.gf
|
||||
python3 get_dict.py | grep -v "fun " >>MorphoDictIta.gf
|
||||
Reference in New Issue
Block a user