forked from GitHub/gf-core
DisambPhrasebookRon added
This commit is contained in:
11
examples/phrasebook/DisambPhrasebookRon.gf
Normal file
11
examples/phrasebook/DisambPhrasebookRon.gf
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
--# -path=.:present
|
||||||
|
|
||||||
|
concrete DisambPhrasebookRon of Phrasebook = PhrasebookRon -
|
||||||
|
[PSentence, PQuestion, ObjIndef
|
||||||
|
]
|
||||||
|
** open SyntaxRon, Prelude in {
|
||||||
|
lin
|
||||||
|
PSentence s = mkText s ; -- punctuation not optional
|
||||||
|
PQuestion s = mkText s ;
|
||||||
|
ObjIndef k = mkNP someSg_Det k ;
|
||||||
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
all: pgf missing
|
all: pgf missing
|
||||||
|
|
||||||
pgf:
|
pgf:
|
||||||
gf -make PhrasebookEng.gf PhrasebookFin.gf PhrasebookFre.gf PhrasebookIta.gf PhrasebookRon.gf PhrasebookSwe.gf DisambPhrasebookEng.gf
|
gf -make PhrasebookEng.gf PhrasebookFin.gf PhrasebookFre.gf PhrasebookIta.gf PhrasebookRon.gf PhrasebookSwe.gf DisambPhrasebookEng.gf DisambPhrasebookRon.gf
|
||||||
|
|
||||||
missing:
|
missing:
|
||||||
echo "pg -missing | wf -file=missing.txt" | gf Phrasebook.pgf
|
echo "pg -missing | wf -file=missing.txt" | gf Phrasebook.pgf
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
DisambPhrasebookEng :
|
DisambPhrasebookEng :
|
||||||
|
DisambPhrasebookRon : AHungry AScared AThirsty ATired Coffee Finnish French GExcusePol GPleaseGivePol GSorryPol GWhatsYourNamePol Swedish Tea
|
||||||
PhrasebookEng :
|
PhrasebookEng :
|
||||||
PhrasebookFin :
|
PhrasebookFin :
|
||||||
PhrasebookFre :
|
PhrasebookFre :
|
||||||
|
|||||||
Reference in New Issue
Block a user