mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 09:28:54 -06:00
added missing inflection tables
This commit is contained in:
@@ -111,6 +111,24 @@ lin
|
||||
s2 = inflVerb verb
|
||||
} ;
|
||||
|
||||
InflectionPN = \n -> {
|
||||
t = "v" ;
|
||||
s1 = heading1 "Proper Name" ;
|
||||
s2 = n.s
|
||||
} ;
|
||||
|
||||
InflectionGN = \n -> {
|
||||
t = "v" ;
|
||||
s1 = heading1 "Given Name" ;
|
||||
s2 = n.s
|
||||
} ;
|
||||
|
||||
InflectionSN = \n -> {
|
||||
t = "v" ;
|
||||
s1 = heading1 "Surname Name" ;
|
||||
s2 = n.s
|
||||
} ;
|
||||
|
||||
oper
|
||||
inflVerb : Verb -> Str = \verb ->
|
||||
let vtbl = useVerb verb
|
||||
|
||||
Reference in New Issue
Block a user