packages feed

gf-3.1.6: examples/phrasebook/DisambPhrasebookRon.gf

--# -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 ;
}