some var parser bug fixes

This commit is contained in:
aarne
2004-08-24 11:49:46 +00:00
parent bf5f8fbf14
commit 351956e6d1
4 changed files with 11 additions and 2 deletions

View File

@@ -47,6 +47,9 @@ oper
nameNounPhrase : ProperName -> NounPhrase = \john ->
{s = \\c => john.s ! toCase c ; n = Sg ; p = P3} ;
nameNounPhrasePl : ProperName -> NounPhrase = \john ->
{s = \\c => john.s ! toCase c ; n = Pl ; p = P3} ;
-- The following construction has to be refined for genitive forms:
-- "we two", "us two" are OK, but "our two" is not.