mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 02:58:35 -06:00
various additions to extralat
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
abstract ExtraLatAbs =
|
||||
Conjunction
|
||||
** {
|
||||
cat CS ;
|
||||
cat CS ;
|
||||
TestRS ;
|
||||
fun
|
||||
useS : S -> CS ;
|
||||
-- do not drop pronouns
|
||||
@@ -30,6 +31,26 @@ abstract ExtraLatAbs =
|
||||
inAbl_Prep : Prep ;
|
||||
onAbl_Prep : Prep ;
|
||||
|
||||
-- Add all the word orders
|
||||
UttSSVO : S -> Utt ;
|
||||
-- Add other word orders
|
||||
UttS_SVO : S -> Utt ;
|
||||
UttS_VInS : S -> Utt ;
|
||||
TestRCl : Temp -> Pol -> RCl -> TestRS ;
|
||||
UseRCl_OSV : Temp -> Pol -> RCl -> RS ;
|
||||
UseRCl_OVS : Temp -> Pol -> RCl -> RS ;
|
||||
UseRCl_SOV : Temp -> Pol -> RCl -> RS ;
|
||||
UseRCl_SVO : Temp -> Pol -> RCl -> RS ;
|
||||
|
||||
PrepNP_DPostN : Prep -> NP -> Adv ;
|
||||
ApposCN_DPostN : CN -> NP -> CN ;
|
||||
|
||||
-- More genders
|
||||
DetNP_Fem : Det -> NP ;
|
||||
AdjAsNP_Fem : AP -> NP ;
|
||||
|
||||
-- Ellipsis
|
||||
PredVP_VP_Ellipsis : NP -> Cl ;
|
||||
SlashVP_VP_Ellipsis : NP -> ClSlash ;
|
||||
FunRP_RP_Ellipsis : Prep -> NP -> RP ;
|
||||
RelNP_NP_Ellipsis : RS -> NP ;
|
||||
comma_Conj : Conj ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user