mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-13 21:22:50 -06:00
added a version of compoundN which combines adjective and noun into a new noun
This commit is contained in:
@@ -155,6 +155,13 @@ resource ResBul = ParamX ** open Prelude, Predef in {
|
||||
GPl => APl spec
|
||||
} ;
|
||||
|
||||
indefAForm : AForm -> AForm
|
||||
= \af -> case af of {
|
||||
ASg g spec => ASg g Indef ;
|
||||
ASgMascDefNom => ASg Masc Indef ;
|
||||
APl spec => APl Indef
|
||||
} ;
|
||||
|
||||
dgenderSpecies : AGender -> Species -> Role -> CardForm =
|
||||
\g,spec,role -> case <g,spec> of {
|
||||
<AMasc a,Indef> => CFMasc Indef a ;
|
||||
|
||||
Reference in New Issue
Block a user