mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 13:59:31 -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.
5 lines
132 B
Bash
5 lines
132 B
Bash
#!/bin/sh
|
|
./EaglesConv "$@" +RTS -K256M -RTS > convtmp
|
|
./mkConcrete.sh convtmp > DictRus.gf
|
|
./mkAbstract.sh convtmp > DictRusAbs.gf
|