some missing Chi functions

This commit is contained in:
aarne
2014-12-08 13:14:47 +00:00
parent 307d5a78fb
commit 6067bc4932
3 changed files with 16 additions and 10 deletions

View File

@@ -61,12 +61,6 @@ lin
advType = ATManner ;
} ;
GerundAP v = {
s = v.s ++ de_s ; ----
monoSyl = False ;
hasAdA = True ; ---
} ;
PastPartAP v = {
s = v.verb.s ++ de_s ; ----
monoSyl = False ;

View File

@@ -13,7 +13,7 @@ concrete TranslateChi of Translate =
VerbChi - [
UseCopula, -- just removed
PassV2, -- generalized
CompAP, AdvVP -- Chi exceptions
CompAP, ExtAdvVP -- Chi exceptions
],
AdverbChi,
PhraseChi,
@@ -27,7 +27,12 @@ concrete TranslateChi of Translate =
DocumentationChi,
ChunkChi,
ExtensionsChi [CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP],
ExtensionsChi [
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
, DirectComplVS, DirectComplVQ, FocusObjS
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
, WithoutVP, InOrderToVP, ByVP
],
DictionaryChi **
@@ -43,7 +48,8 @@ flags
lin
CompAP = E.CompBareAP | G.CompAP ; -- he good | he is good
AdvVP vp adv = G.AdvVP vp adv | E.TopicAdvVP vp adv ; -- he *today* here sleeps | *today* he here sleeps
ExtAdvVP vp adv = G.ExtAdvVP vp adv ;
---- | E.TopicAdvVP vp adv ; -- he *today* here sleeps | *today* he here sleeps
QuestCl cl = G.QuestCl cl | E.QuestRepV cl ; -- he comes 'ma' | he come not come