forked from GitHub/gf-core
DictFin: 43k lemmas from KOTUS word list
This commit is contained in:
10
lib/src/finnish/kotus/Makefile
Normal file
10
lib/src/finnish/kotus/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
gf: abs cnc
|
||||
|
||||
abs:
|
||||
cp prelDictFinAbs DictFinAbs.gf
|
||||
runghc Kotus.hs <src/kotus-sanalista_v1.xml | grep ":" >>DictFinAbs.gf
|
||||
echo "}" >>DictFinAbs.gf
|
||||
cnc:
|
||||
cp prelDictFin DictFin.gf
|
||||
runghc Kotus.hs <src/kotus-sanalista_v1.xml | grep "=" >>DictFin.gf
|
||||
echo "}" >>DictFin.gf
|
||||
Reference in New Issue
Block a user