mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-03 17:57:04 -06:00
9 lines
345 B
Makefile
9 lines
345 B
Makefile
all:
|
|
python3 read_wiktionary.py gf-abs >MorphoDictAraAbs.gf
|
|
python3 read_wiktionary.py gf-cnc >MorphoDictAra.gf
|
|
python3 read_wiktionary.py gf-map >source_of_MorphoDictAra.jsonl
|
|
gf -make MorphoDictAra.gf
|
|
python3 read_wiktionary.py eval-funs >eval.jsonl
|
|
python3 to_wordnet.py >next_WordNetAra.gf
|
|
python3 read_wiktionary.py error-analysis
|