Files
gf-core/contrib/eaglesconv/run_conv.sh
Nick Frolov 2ff1d34c86 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.
2011-12-31 02:36:24 +00:00

5 lines
132 B
Bash

#!/bin/sh
./EaglesConv "$@" +RTS -K256M -RTS > convtmp
./mkConcrete.sh convtmp > DictRus.gf
./mkAbstract.sh convtmp > DictRusAbs.gf