mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 20:36:29 -06:00
(May) WIP: Possessive and object pronouns
This commit is contained in:
@@ -79,6 +79,8 @@ param
|
||||
|
||||
NForm = NF Number Possession ;
|
||||
|
||||
NPAgr = NotPron | IsPron Person ;
|
||||
|
||||
oper
|
||||
poss2str : Possession -> Str = \p -> case p of {
|
||||
Bare => [] ;
|
||||
@@ -89,6 +91,10 @@ oper
|
||||
|
||||
duplicate : Str -> Str = \s -> s + "-" + s ;
|
||||
|
||||
agr2p : NPAgr -> Person = \a -> case a of {
|
||||
NotPron => P3 ;
|
||||
IsPron p => p
|
||||
} ;
|
||||
--------------------------------------------------------------------------------
|
||||
-- Numerals
|
||||
|
||||
|
||||
Reference in New Issue
Block a user