mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-27 03:46:29 -06:00
progress on the Names API
This commit is contained in:
@@ -11,4 +11,12 @@ lin FullName gn sn = {
|
||||
isPron = False
|
||||
} ;
|
||||
|
||||
UseLN, PlainLN = \n -> {
|
||||
s = \\c => n.s ! caseNP c ;
|
||||
a = agrP3 n.g n.n ;
|
||||
isPron = False
|
||||
} ;
|
||||
|
||||
InLN n = {s = n.c.s ++ n.s ! caseNP accusative} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user