forked from GitHub/gf-core
disambiguation of partitive mass terms in ENglish
This commit is contained in:
@@ -10,7 +10,7 @@ concrete DisambPhrasebookEng of Phrasebook = PhrasebookEng -
|
|||||||
GSorry, GSorryPol,
|
GSorry, GSorryPol,
|
||||||
GPleaseGive, GPleaseGivePol,
|
GPleaseGive, GPleaseGivePol,
|
||||||
GNiceToMeetYou, -- GNiceToMeetYouPol,
|
GNiceToMeetYou, -- GNiceToMeetYouPol,
|
||||||
PYes, PYesToNo
|
PYes, PYesToNo, ObjMass
|
||||||
]
|
]
|
||||||
** open SyntaxEng, ParadigmsEng, Prelude in {
|
** open SyntaxEng, ParadigmsEng, Prelude in {
|
||||||
lin
|
lin
|
||||||
@@ -36,6 +36,8 @@ lin
|
|||||||
PYes = mkPhrase (lin Utt (ss "yes (answer to positive question)")) ;
|
PYes = mkPhrase (lin Utt (ss "yes (answer to positive question)")) ;
|
||||||
PYesToNo = mkPhrase (lin Utt (ss "yes (answer to negative question)")) ;
|
PYesToNo = mkPhrase (lin Utt (ss "yes (answer to negative question)")) ;
|
||||||
|
|
||||||
|
ObjMass x = mkNP (mkNP x) (ParadigmsEng.mkAdv "(a portion of)") ;
|
||||||
|
|
||||||
oper
|
oper
|
||||||
fam : Str -> SS = \s -> postfixSS "(familiar)" (ss s) ;
|
fam : Str -> SS = \s -> postfixSS "(familiar)" (ss s) ;
|
||||||
pol : Str -> SS = \s -> postfixSS "(polite)" (ss s) ;
|
pol : Str -> SS = \s -> postfixSS "(polite)" (ss s) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user