mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 19:52:50 -06:00
adjusting German negation place for some indefinite determiners; this is difficult and not yet conclusive
This commit is contained in:
@@ -24,9 +24,9 @@ oper
|
||||
a = agrP3 Sg
|
||||
} ;
|
||||
|
||||
detLikeAdj : Number -> Str ->
|
||||
{s,sp : Gender => PCase => Str ; n : Number ; a : Adjf} = \n,dies ->
|
||||
{s,sp = appAdj (regA dies) ! n ; n = n ; a = Weak} ;
|
||||
detLikeAdj : Bool -> Number -> Str ->
|
||||
{s,sp : Gender => PCase => Str ; n : Number ; a : Adjf ; isDef : Bool} = \isDef,n,dies ->
|
||||
{s,sp = appAdj (regA dies) ! n ; n = n ; a = Weak ; isDef = isDef} ;
|
||||
|
||||
mkOrd : {s : Degree => AForm => Str} -> {s : AForm => Str} = \a ->
|
||||
{s = a.s ! Posit} ;
|
||||
|
||||
Reference in New Issue
Block a user