From 50a2e2ea93e7280ae6063a1cbf0e8cb29fa78a09 Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 10 Apr 2010 08:18:03 +0000 Subject: regenerated clones with complete abstract and ready-maked Lexicon-based words in Phrasebook --- examples/phrasebook/SentencesCat.gf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'examples/phrasebook/SentencesCat.gf') diff --git a/examples/phrasebook/SentencesCat.gf b/examples/phrasebook/SentencesCat.gf index e57f0c129..c26d33748 100644 --- a/examples/phrasebook/SentencesCat.gf +++ b/examples/phrasebook/SentencesCat.gf @@ -1,12 +1,13 @@ concrete SentencesCat of Sentences = NumeralCat ** SentencesI - [ - IFemale, YouFamFemale, YouPolFemale + PersonName ---- stack overflow + ,IFemale, YouFamFemale, YouPolFemale, IMale, YouFamMale, YouPolMale ] with (Syntax = SyntaxCat), (Symbolic = SymbolicCat), (Lexicon = LexiconCat) ** open SyntaxCat, ExtraCat, Prelude in { - +{- lin IFemale = {name = mkNP (ProDrop i8fem_Pron) ; isPron = True ; poss = mkQuant i_Pron} ; @@ -20,6 +21,7 @@ concrete SentencesCat of Sentences = NumeralCat ** SentencesI - [ {name = mkNP (ProDrop youSg_Pron) ; isPron = True ; poss = mkQuant youSg_Pron} ; YouPolMale = {name = mkNP (ProDrop youPol_Pron) ; isPron = True ; poss = mkQuant youPol_Pron} ; - +-} } + -- cgit v1.2.3