(May) WIP: Possessive and object pronouns

This commit is contained in:
Inari Listenmaa
2020-08-19 22:02:02 +02:00
parent 20483a23b1
commit 014c3569eb
10 changed files with 164 additions and 67 deletions
+6
View File
@@ -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