mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
that_Subj in Italian
This commit is contained in:
@@ -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)) ;
|
||||
|
||||
}
|
||||
|
||||
@@ -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)) ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user