corrections prompted by Janna's examples in resource

This commit is contained in:
aarne
2007-12-19 20:53:29 +00:00
parent e2185ffb38
commit 5cb91cd027
8 changed files with 27 additions and 23 deletions

View File

@@ -119,10 +119,10 @@ lin
mkPronoun "nous" "nous" "nous" "nous" "notre" "notre" "nos"
Masc Pl P1 ;
whatSg_IP =
{s = \\c => prepCase c ++ quelPron ! a ; a = a}
{s = \\c => prepCase c ++ "quoi" ; a = a}
where {a = aagr Masc Sg} ;
whatPl_IP =
{s = \\c => prepCase c ++ quelPron ! a ; a = a}
{s = \\c => prepCase c ++ "quoi" ; a = a}
where {a = aagr Masc Pl} ;
when_IAdv = ss "quand" ;
when_Subj = ss "quand" ** {m = Indic} ;