mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-27 11:56:29 -06:00
(Hun) Change constructor of mkDet + new Dets
This commit is contained in:
@@ -68,6 +68,14 @@ oper
|
||||
objdef : ObjDef ; -- How V2 agrees if NP with this Det is an object
|
||||
} ;
|
||||
|
||||
mkDet : (s : Str) -> ObjDef -> Number -> Determiner = \s,d,n -> {
|
||||
s,
|
||||
sp = (mkNoun s).s ! n ;
|
||||
n = n ;
|
||||
numtype = NoNum ;
|
||||
objdef = d ;
|
||||
} ;
|
||||
|
||||
Numeral : Type = {
|
||||
s : Place => Str ; -- Independent or attribute
|
||||
numtype : NumType ; -- Digit, numeral or Sg/Pl : makes a difference in many languages
|
||||
|
||||
Reference in New Issue
Block a user