Files
gf-core/examples/phrasebook/DisambPhrasebookRon.gf
2010-04-04 21:22:20 +00:00

12 lines
288 B
Plaintext

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