forked from GitHub/gf-rgl
in TranslateEng, use "this one" as variant of "this" (and other Dets) when used as NPs
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
concrete TranslateEng of Translate =
|
||||
TenseX - [Pol, PNeg, PPos],
|
||||
CatEng,
|
||||
NounEng - [PPartNP],
|
||||
NounEng - [
|
||||
PPartNP
|
||||
,DetNP -- Eng exception
|
||||
],
|
||||
AdjectiveEng,
|
||||
NumeralEng,
|
||||
SymbolEng [
|
||||
@@ -62,4 +65,6 @@ lin
|
||||
a = RNoAg
|
||||
} ;
|
||||
|
||||
DetNP d = G.DetNP d | G.DetCN d (UseN (mkN "one")) ; -- I like this / I like this one ; it / the one
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user