mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 14:32:51 -06:00
refining SubjPre rules; adding * in chunking
This commit is contained in:
@@ -115,8 +115,11 @@ fun
|
||||
ComplAdv : (a : Arg) -> PrAdv (aNP a) -> NP -> PrAdv a ; -- typically: formation of preposition phrase
|
||||
|
||||
-- subjunction ; we want to preserve the order in translation
|
||||
-- Pre is more specialized to make inverted S order
|
||||
---- Imp to do
|
||||
|
||||
SubjUttPre : Subj -> PrCl aNone -> Utt -> Utt ;
|
||||
SubjUttPost : Subj -> PrCl aNone -> Utt -> Utt ;
|
||||
SubjUttPreS : Subj -> PrCl aNone -> PrCl aNone -> Utt ;
|
||||
SubjUttPreQ : Subj -> PrCl aNone -> PrQCl aNone -> Utt ;
|
||||
SubjUttPost : Subj -> PrCl aNone -> Utt -> Utt ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user