mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
comments in phrasebook abstract syntax
This commit is contained in:
@@ -5,6 +5,7 @@ concrete DisambPhrasebookEng of Phrasebook = PhrasebookEng -
|
||||
IMale, IFemale,
|
||||
YouFamMale, YouFamFemale,
|
||||
YouPolMale, YouPolFemale,
|
||||
LangNat, -- CitiNat,
|
||||
GExcuse, GExcusePol,
|
||||
GSorry, GSorryPol,
|
||||
GPleaseGive, GPleaseGivePol
|
||||
@@ -18,6 +19,9 @@ lin
|
||||
YouPolMale = mkP youPol_Pron "(polite,male)" ;
|
||||
YouPolFemale = mkP youPol_Pron "(polite,female)" ;
|
||||
|
||||
LangNat nat = mkNP nat.lang (ParadigmsEng.mkAdv "(language)") ;
|
||||
-- CitiNat nat = nat.prop ;
|
||||
|
||||
GExcuse = fam "excuse me" ;
|
||||
GExcusePol = pol "excuse me" ;
|
||||
GSorry = fam "sorry" ;
|
||||
|
||||
Reference in New Issue
Block a user