mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 12:26:30 -06:00
Oridnal numerals added ; many fixes
This commit is contained in:
@@ -28,9 +28,9 @@ param
|
||||
|
||||
Case = Nom | Gen | Dat | Acc | Ins | Pre -- падеж, "малые падежи":
|
||||
| Loc | Ptv | VocRus ; -- "minor cases", usually Loc = Pre, Ptv = Gen, VocRus = Nom
|
||||
ShortFormPreference = PrefShort | PrefFull ;
|
||||
ShortFormPreference = PrefShort | PreferFull ;
|
||||
CopulaType = NomCopula | InsCopula | EllCopula | ExplicitCopula ;
|
||||
SpecialFuture = NormalFuture | BeFuture | CanFuture | WantFuture | NullFuture ;
|
||||
SpecialFuture = NormalFuture | BeFuture | BeFuture2 | CanFuture | WantFuture | NullFuture ;
|
||||
DetType = NormalDet | EmptyDef | EmptyIndef ; -- artificial parameter to side-step DetNP parsing issues
|
||||
oper
|
||||
MaybeAgr = Maybe Agr ;
|
||||
@@ -72,6 +72,7 @@ oper
|
||||
sm, sf, sn, sp, -- short forms
|
||||
comp -- comparative variants
|
||||
: Str ;
|
||||
p : Bool ;
|
||||
preferShort : ShortFormPreference
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user