mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-12 20:52:50 -06:00
PresPartAP and PastPartAP
This commit is contained in:
@@ -190,6 +190,13 @@ resource ResBul = ParamX ** open Prelude, Predef in {
|
||||
NFVocative => aform (gennum g Sg) Indef (RObj Acc)
|
||||
} ;
|
||||
|
||||
aform2gennum : AForm -> GenNum
|
||||
= \aform -> case aform of {
|
||||
ASg g _ => GSg g ;
|
||||
ASgMascDefNom => GSg Masc ;
|
||||
_ => GPl
|
||||
} ;
|
||||
|
||||
indefNForm : NForm -> NForm
|
||||
= \nf -> case nf of {
|
||||
NF n spec => NF n Indef ;
|
||||
|
||||
Reference in New Issue
Block a user