mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 19:18:34 -06:00
modified mkPN and added preliminary structure of compounds (#452)
* modified mkPN and added preliminary structure of compounds * added PassAgentVPSlash * fixed PassAgentVPSlash and mkN
This commit is contained in:
committed by
GitHub
parent
600af2b8bf
commit
4b4fbbb401
@@ -33,6 +33,9 @@ param
|
||||
CopulaType = NomCopula | InsCopula | EllCopula | ExplicitCopula ;
|
||||
SpecialFuture = NormalFuture | BeFuture | BeFuture2 | CanFuture | WantFuture | NullFuture ;
|
||||
DetType = NormalDet | EmptyDef | EmptyIndef ; -- artificial parameter to side-step DetNP parsing issues
|
||||
NRelType = GenType | AdjType ;
|
||||
AForm ;
|
||||
|
||||
oper
|
||||
MaybeAgr = Maybe Agr ;
|
||||
MaybeNumber = Maybe Number ;
|
||||
@@ -60,7 +63,9 @@ oper
|
||||
snom, sgen, sdat, sacc, sins, sprep,
|
||||
pnom, pgen, pdat, pacc, pins, pprep : Str ;
|
||||
g : Gender ;
|
||||
anim : Animacy
|
||||
anim : Animacy ;
|
||||
rel : AdjForms ;
|
||||
rt : NRelType ;
|
||||
} ;
|
||||
|
||||
AdjForms : Type = {
|
||||
|
||||
Reference in New Issue
Block a user