mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 03:26:27 -06:00
progress on the Names API
This commit is contained in:
@@ -15,4 +15,11 @@ lin FullName gn sn = {
|
||||
empty = [] ;
|
||||
} ;
|
||||
|
||||
UseLN pn = pn ** {
|
||||
s = \\c => pn.s ;
|
||||
isPron = False ;
|
||||
st = Definite ;
|
||||
empty = [] ;
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user