forked from GitHub/gf-core
changed the name of example-based examples
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- to compile: echo "eb -file=QuestionsI.gfe" | gf $GF_LIB_PATH/present/LangEng.gfo
|
||||
-- to compile: echo "eb -file=QuestionsI.gfe" -probs=probs | gf $GF_LIB_PATH/present/LangEng.gfo
|
||||
-- or use directly gf <mkAnimals.gfs
|
||||
|
||||
incomplete concrete QuestionsI of Questions = open Lang in {
|
||||
@@ -9,7 +9,7 @@ incomplete concrete QuestionsI of Questions = open Lang in {
|
||||
|
||||
lin
|
||||
Who love_V2 man_N = %ex Utt "who loves men" ;
|
||||
Whom man_N love_V2 = %ex Utt "whom does the man love and chase" ;
|
||||
Answer woman_N love_V2 man_N = %ex Utt "the woman loves and chases men" ;
|
||||
Whom man_N love_V2 = %ex Utt "whom does the man love" ;
|
||||
Answer woman_N love_V2 man_N = %ex Utt "the woman loves men" ;
|
||||
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
-- to compile: echo "eb -file=QuestionsI.gfe" -probs=probs | gf $GF_LIB_PATH/present/LangEng.gfo
|
||||
-- to compile: echo "eb -file=QuestionsI.gfe" | gf $GF_LIB_PATH/present/LangEng.gfo
|
||||
-- or use directly gf <mkAnimals.gfs
|
||||
|
||||
incomplete concrete QuestionsI of Questions = open Lang in {
|
||||
@@ -9,7 +9,7 @@ incomplete concrete QuestionsI of Questions = open Lang in {
|
||||
|
||||
lin
|
||||
Who love_V2 man_N = %ex Utt "who loves men" ;
|
||||
Whom man_N love_V2 = %ex Utt "whom does the man love" ;
|
||||
Answer woman_N love_V2 man_N = %ex Utt "the woman loves men" ;
|
||||
Whom man_N love_V2 = %ex Utt "whom does the man love and chase" ;
|
||||
Answer woman_N love_V2 man_N = %ex Utt "the woman loves and chases men" ;
|
||||
|
||||
}
|
||||
|
||||
@@ -5,10 +5,10 @@ all: fin demo missing
|
||||
demo: compdemo linkdemo
|
||||
|
||||
compdemo:
|
||||
$(compile) Eng Fre Ger Ita Ron Swe DisambPhrasebookEng
|
||||
$(compile) Bul Eng Fre Ger Ita Ron Swe DisambPhrasebookEng
|
||||
|
||||
linkdemo:
|
||||
$(compile) -link Eng Fin Fre Ger Ita Ron Swe DisambPhrasebookEng
|
||||
$(compile) -link Bul Eng Fin Fre Ger Ita Ron Swe DisambPhrasebookEng
|
||||
|
||||
#separate, because slow...
|
||||
fin:
|
||||
|
||||
@@ -6,6 +6,9 @@ concrete PhrasebookEng of Phrasebook =
|
||||
SyntaxEng,
|
||||
Prelude in {
|
||||
|
||||
flags
|
||||
language = en_US ;
|
||||
|
||||
lin
|
||||
PGreeting g = lin Text g ;
|
||||
|
||||
|
||||
@@ -7,6 +7,8 @@ concrete PhrasebookIta of Phrasebook =
|
||||
SyntaxIta,
|
||||
Prelude in {
|
||||
|
||||
flags language = it_IT ;
|
||||
|
||||
lin
|
||||
PGreeting g = lin Text (ss g.s) ;
|
||||
|
||||
|
||||
@@ -5,7 +5,8 @@ concrete PhrasebookSwe of Phrasebook =
|
||||
WordsSwe ** open
|
||||
SyntaxSwe,
|
||||
Prelude in {
|
||||
|
||||
flags
|
||||
language = sv_SE ;
|
||||
lin
|
||||
PGreeting g = lin Text (ss g.s) ;
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
DisambPhrasebookEng :
|
||||
PhrasebookBul : AHasName AHasRoom AHasTable AHungry AIll AKnow ALike ALive ALove AMarried AReady AScared ASpeak AThirsty ATired AUnderstand AWant AWantGo Belgium Children Daughter English Finnish Flemish French Friday HowMuchCost Husband ItCost Italian Monday PSeeYou PSeeYouPlace PropClosed PropClosedDate PropClosedDay PropOpen PropOpenDate PropOpenDay QWhatAge QWhatName Romanian Saturday Son Sunday Swedish Thursday Tomorrow Tuesday Wednesday Wife
|
||||
PhrasebookEng :
|
||||
PhrasebookFin :
|
||||
PhrasebookFre :
|
||||
PhrasebookGer : Bar Chicken Cinema Coffee Dollar GNiceToMeetYou Hotel Lei Meat Museum PSeeYou PSeeYouPlace Park School Shop Suspect Tea Theatre Toilet
|
||||
PhrasebookIta :
|
||||
PhrasebookRon : AHungry AThirsty Flemish GExcusePol GPleaseGivePol GSorryPol
|
||||
PhrasebookRon : GExcusePol GPleaseGivePol GSorryPol
|
||||
PhrasebookSwe :
|
||||
|
||||
Reference in New Issue
Block a user