diff options
Diffstat (limited to 'examples/phrasebook/SentencesFin.gf')
| -rw-r--r-- | examples/phrasebook/SentencesFin.gf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/phrasebook/SentencesFin.gf b/examples/phrasebook/SentencesFin.gf index bc911643c..2b6d589c7 100644 --- a/examples/phrasebook/SentencesFin.gf +++ b/examples/phrasebook/SentencesFin.gf @@ -1,8 +1,9 @@ -concrete SentencesFin of Sentences = NumeralFin ** SentencesI - [Is] with +concrete SentencesFin of Sentences = NumeralFin ** SentencesI - [Is,NameNN] with (Syntax = SyntaxFin), (Symbolic = SymbolicFin), - (Lexicon = LexiconFin) ** open SyntaxFin, ExtraFin, (V = VerbFin) in { - - lin Is item prop = mkCl item (V.UseComp (CompPartAP prop)) ; -- pizza on herkullista + (Lexicon = LexiconFin) ** open SyntaxFin, ExtraFin, (P = ParadigmsFin), (V = VerbFin) in { + lin + Is item prop = mkCl item (V.UseComp (CompPartAP prop)) ; -- pizza on herkullista + NameNN = mkNP (P.mkPN "NN") ; } ; |
