summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesFin.gf
blob: 2b6d589c7c2f2a7fcf38e1056fec454022b6601e (plain)
1
2
3
4
5
6
7
8
9
concrete SentencesFin of Sentences = NumeralFin ** SentencesI - [Is,NameNN] with 
  (Syntax = SyntaxFin),
  (Symbolic = SymbolicFin),
  (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") ;
  } ;