bug fix in Dutch infinitive vp

This commit is contained in:
aarne
2011-01-24 15:01:43 +00:00
parent 57d150c970
commit 6fa1d913e9
5 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ are marked in the table
</TR> </TR>
<TR> <TR>
<TD>Afr</TD> <TD>Afr</TD>
<TD>-</TD> <TD>+</TD>
<TD>-</TD> <TD>-</TD>
<TD>-</TD> <TD>-</TD>
<TD>-</TD> <TD>-</TD>

View File

@@ -13,7 +13,7 @@ are marked in the table
|| Lang | Darcs | Mini | Parad | Lex | Lang | API | Symb | Irreg | Dict | authors || || Lang | Darcs | Mini | Parad | Lex | Lang | API | Symb | Irreg | Dict | authors ||
| Afr | - | - | - | - | - | - | - | - | - | *LPs,LPj | Afr | + | - | - | - | - | - | - | - | - | *LPs,LPj
| Amh | + | + | ++ | + | + | - | - | - | - | *MK | Amh | + | + | ++ | + | + | - | - | - | - | *MK
| Ara | + | + | + | + | - | - | - | - | - | AD | Ara | + | + | + | + | - | - | - | - | - | AD
| Bul | + | + | + | + | + | + | + | + | + | *KA | Bul | + | + | + | + | + | + | + | + | + | *KA

View File

@@ -598,7 +598,7 @@ param
infVP : Bool -> VP -> ((Agr => Str) * Str * Str) = \isAux, vp -> infVP : Bool -> VP -> ((Agr => Str) * Str * Str) = \isAux, vp ->
< <
\\agr => vp.n2 ! agr ++ vp.a2, \\agr => vp.n0 ! agr ++ vp.n2 ! agr ++ vp.a2,
vp.a1 ! Pos ++ vp.a1 ! Pos ++
if_then_Str isAux [] "te" ++ vp.s.s ! VInf, if_then_Str isAux [] "te" ++ vp.s.s ! VInf,
vp.inf.p1 ++ vp.ext vp.inf.p1 ++ vp.ext

View File

@@ -127,8 +127,8 @@ lin
a = agrP3 Sg a = agrP3 Sg
} ; } ;
CompCN cn = { s = \\a => let n = (fromAgr a).n -- CompCN cn = { s = \\a => let n = (fromAgr a).n
in IndefArt.s ! False ! n ++ cn.s ! n ! Acc} ; -- in IndefArt.s ! False ! n ++ cn.s ! n ! Acc} ;
-- Lexical additions -- Lexical additions
@@ -154,7 +154,7 @@ lin
VVPastNeg => ["shouldn't have"] ; VVPastNeg => ["shouldn't have"] ;
VVPresNeg => "shouldn't" VVPresNeg => "shouldn't"
} ; } ;
isAux = True typ = VVAux
} ; } ;
several_Det = mkDeterminer plural "several" ; several_Det = mkDeterminer plural "several" ;

View File

@@ -27,7 +27,7 @@ fun NumOfNP : Num -> NP -> NP ; -- ten of the dogs
fun CAdvNP : CAdv -> CN -> NP -> NP ; -- more wine than the professor fun CAdvNP : CAdv -> CN -> NP -> NP ; -- more wine than the professor
fun CAdvSSlash : CAdv -> CN -> SSlash -> NP ; -- more wine than the professor drank fun CAdvSSlash : CAdv -> CN -> SSlash -> NP ; -- more wine than the professor drank
fun CompCN : CN -> Comp ; -- "(every man is) a dog", "(all men are) dogs" --fun CompCN : CN -> Comp ; -- "(every man is) a dog", "(all men are) dogs"
-- Lexical additions -- Lexical additions