summaryrefslogtreecommitdiff
path: root/examples/phrasebook/DisambPhrasebookRon.gf
blob: c6cdf9aae3c98a7e6c11850f98504aad33df6aed (plain)
1
2
3
4
5
6
7
8
9
10
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 ;
}