1
0
forked from GitHub/gf-core

that_Subj in Italian

This commit is contained in:
aarne
2010-01-05 14:19:27 +00:00
parent 1bbc4ec91d
commit 0df33590f3
3 changed files with 5 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)) ;
}

View File

@@ -179,6 +179,7 @@ lin
except_Prep = mkPrep "eccetto" ;
have_V2 = dirV2 (verboV (avere_2 "avere")) ;
that_Subj = ss "che" ** {m = Conjunct} ;
lin language_title_Utt = ss "italiano" ;