that_Subj in Italian

This commit is contained in:
aarne
2010-01-05 14:19:27 +00:00
parent 0a7ff69dda
commit b8b1f01d91
2 changed files with 4 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ oper
eachOf np = mkNP (mkPredet "chacun" "chacune" genitive P.True) np ;
adj_thatCl : A -> S -> Cl = \a,s -> mkCl (mkVP (mkAP (mkAP a) s)) ;
adj_thatCl : A -> S -> Cl = \a,s ->
mkCl (mkVP (mkVP (mkAP a)) (SyntaxFre.mkAdv that_Subj s)) ;
}

View File

@@ -27,6 +27,7 @@ oper
eachOf np = mkNP (mkPredet "ciascuno" "ciascuna" genitive P.True) np ;
adj_thatCl : A -> S -> Cl = \a,s -> mkCl (mkVP (mkAP (mkAP a) s)) ;
adj_thatCl : A -> S -> Cl = \a,s ->
mkCl (mkVP (mkVP (mkAP a)) (SyntaxIta.mkAdv that_Subj s)) ;
}