a Python script for extracting FreeLing data, tested with Italian

This commit is contained in:
aarneranta
2020-11-30 13:15:40 +01:00
parent df4ba9eb96
commit 24b94cdeac
6 changed files with 80223 additions and 0 deletions

5
src/morphodict/Makefile Normal file
View 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