forked from GitHub/gf-core
prepared Kotus to produce adjectives and compounds (by heuristics)
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
gf: abs cnc
|
||||
|
||||
abs:
|
||||
src:
|
||||
runghc Kotus.hs src/kotus-sanalista_v1.xml >src.tmp
|
||||
|
||||
compounds:
|
||||
runghc Kotus.hs src/kotus-sanalista_v1.xml -compounds >src.tmp
|
||||
|
||||
abs: src
|
||||
cp prelDictFinAbs DictFinAbs.gf
|
||||
runghc Kotus.hs <src/kotus-sanalista_v1.xml | grep ":" >>DictFinAbs.gf
|
||||
grep ":" src.tmp >>DictFinAbs.gf
|
||||
echo "}" >>DictFinAbs.gf
|
||||
cnc:
|
||||
|
||||
cnc: src
|
||||
cp prelDictFin DictFin.gf
|
||||
runghc Kotus.hs <src/kotus-sanalista_v1.xml | grep "=" >>DictFin.gf
|
||||
grep "=" src.tmp >>DictFin.gf
|
||||
echo "}" >>DictFin.gf
|
||||
|
||||
Reference in New Issue
Block a user