mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
reference to DictEngChi changed to DictionaryChi
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
concrete GreetingsChi of Greetings =
|
concrete GreetingsChi of Greetings =
|
||||||
SentencesChi [Greeting,mkGreeting] **
|
SentencesChi [Greeting,mkGreeting] **
|
||||||
open (D = DictEngChi), ParadigmsChi, ResChi, Prelude in {
|
open (D = DictionaryChi), ParadigmsChi, ResChi, Prelude in {
|
||||||
|
|
||||||
flags coding = utf8 ;
|
flags coding = utf8 ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:alltenses:../../lib/src/chinese:../../lib/src/english
|
--# -path=.:alltenses:../../lib/src/chinese:../../lib/src/translator
|
||||||
|
|
||||||
concrete PhrasebookChi of Phrasebook =
|
concrete PhrasebookChi of Phrasebook =
|
||||||
GreetingsChi,
|
GreetingsChi,
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ concrete WordsChi of Words = SentencesChi **
|
|||||||
ParadigmsChi,
|
ParadigmsChi,
|
||||||
(P = ParadigmsChi),
|
(P = ParadigmsChi),
|
||||||
(R = ResChi),
|
(R = ResChi),
|
||||||
(D = DictEngChi),
|
(D = DictionaryChi),
|
||||||
(L = LexiconChi),
|
(L = LexiconChi),
|
||||||
Prelude in {
|
Prelude in {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user