mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
complete Thai, new Disambiguation items (Romance pronouns to be revisited) in Phrasebook
This commit is contained in:
@@ -11,12 +11,13 @@ concrete DisambPhrasebookEng of Phrasebook = PhrasebookEng -
|
||||
GPleaseGive, GPleaseGivePol,
|
||||
GNiceToMeetYou, -- GNiceToMeetYouPol,
|
||||
PYes, PYesToNo, ObjMass,
|
||||
MKnow,
|
||||
WeMale, WeFemale,
|
||||
YouPlurFamMale, YouPlurFamFemale,
|
||||
YouPlurPolMale, YouPlurPolFemale,
|
||||
TheyMale, TheyFemale
|
||||
]
|
||||
** open SyntaxEng, ParadigmsEng, Prelude in {
|
||||
** open SyntaxEng, ParadigmsEng, IrregEng, Prelude in {
|
||||
lin
|
||||
IMale = mkP i_Pron "(male)" ;
|
||||
IFemale = mkP i_Pron "(female)" ;
|
||||
@@ -33,6 +34,8 @@ lin
|
||||
TheyMale = mkP they_Pron "(male)" ;
|
||||
TheyFemale = mkP they_Pron "(female)" ;
|
||||
|
||||
MKnow = mkVV (partV know_V "how") ; ---
|
||||
|
||||
LangNat nat = mkNP nat.lang (ParadigmsEng.mkAdv "(language)") ;
|
||||
-- CitiNat nat = nat.prop ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user