- Up - | Next >> |
In German, proper names may take a determiner: ``der Peter'', ``die Maria''.
{PUT peter
lex(cats : [n]
agrs : [[masc sing 3 [nom acc dat]]]
comps_opt : [det])}
{PUT peters
lex(cats : [n]
agrs : [[masc sing 3 gen]]
comps_opt : [det])}
{PUT maria
lex(cats : [n]
agrs : [[fem sing 3 [nom acc dat]]]
comps_opt : [det])}
{PUT marias
lex(cats : [n]
agrs : [[fem sing 3 gen]]
comps_opt : [det])}
- Up - | Next >> |