mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
added AdjLN
This commit is contained in:
@@ -32,6 +32,12 @@ lin FullName gn sn = {
|
||||
isPron = False
|
||||
} ;
|
||||
|
||||
AdjLN ap ln = ln ** {
|
||||
s = \\c => preOrPost ap.isPre
|
||||
(ap.s ! agrAdj (gennum (ngen2gen ln.g) ln.n) (DDef Def))
|
||||
(ln.s ! c) ;
|
||||
} ;
|
||||
|
||||
InLN n = {s = "i" ++ n.s ! caseNP accusative} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user