mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 23:32:51 -06:00
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:
4
contrib/eaglesconv/run_conv.sh
Normal file
4
contrib/eaglesconv/run_conv.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
./EaglesConv "$@" +RTS -K256M -RTS > convtmp
|
||||
./mkConcrete.sh convtmp > DictRus.gf
|
||||
./mkAbstract.sh convtmp > DictRusAbs.gf
|
||||
Reference in New Issue
Block a user