mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-15 15:59:32 -06:00
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.
13 lines
228 B
Bash
13 lines
228 B
Bash
#!/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 "}"
|