mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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
|
||||
|
||||
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:
|
||||
echo "pg -missing | wf -file=missing.txt" | gf Phrasebook.pgf
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
DisambPhrasebookEng :
|
||||
DisambPhrasebookRon : AHungry AScared AThirsty ATired Coffee Finnish French GExcusePol GPleaseGivePol GSorryPol GWhatsYourNamePol Swedish Tea
|
||||
PhrasebookEng :
|
||||
PhrasebookFin :
|
||||
PhrasebookFre :
|
||||
|
||||
Reference in New Issue
Block a user