forked from GitHub/gf-core
A Russian dictionary
A Russian dictionary generated from a wordlist created by the FreeLing project. The accompanying converter can be used to convert other wordlists in EAGLES format to GF grammars.
This commit is contained in:
12
contrib/eaglesconv/mkConcrete.sh
Normal file
12
contrib/eaglesconv/mkConcrete.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "--# -path=.:../prelude:../abstract:../common
|
||||
|
||||
concrete DictRus of DictRusAbs = CatRus **
|
||||
open ParadigmsRus, Prelude, StructuralRus, MorphoRus in {
|
||||
flags
|
||||
optimize=values ;
|
||||
coding=utf8 ;
|
||||
"
|
||||
cat $1
|
||||
echo "}"
|
||||
Reference in New Issue
Block a user