mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
bug fix in Dutch infinitive vp
This commit is contained in:
@@ -35,7 +35,7 @@ are marked in the table
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>Afr</TD>
|
||||
<TD>-</TD>
|
||||
<TD>+</TD>
|
||||
<TD>-</TD>
|
||||
<TD>-</TD>
|
||||
<TD>-</TD>
|
||||
|
||||
@@ -13,7 +13,7 @@ are marked in the table
|
||||
|
||||
|
||||
|| Lang | Darcs | Mini | Parad | Lex | Lang | API | Symb | Irreg | Dict | authors ||
|
||||
| Afr | - | - | - | - | - | - | - | - | - | *LPs,LPj
|
||||
| Afr | + | - | - | - | - | - | - | - | - | *LPs,LPj
|
||||
| Amh | + | + | ++ | + | + | - | - | - | - | *MK
|
||||
| Ara | + | + | + | + | - | - | - | - | - | AD
|
||||
| Bul | + | + | + | + | + | + | + | + | + | *KA
|
||||
|
||||
@@ -598,7 +598,7 @@ param
|
||||
|
||||
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 ++
|
||||
if_then_Str isAux [] "te" ++ vp.s.s ! VInf,
|
||||
vp.inf.p1 ++ vp.ext
|
||||
|
||||
@@ -127,8 +127,8 @@ lin
|
||||
a = agrP3 Sg
|
||||
} ;
|
||||
|
||||
CompCN cn = { s = \\a => let n = (fromAgr a).n
|
||||
in IndefArt.s ! False ! n ++ cn.s ! n ! Acc} ;
|
||||
-- CompCN cn = { s = \\a => let n = (fromAgr a).n
|
||||
-- in IndefArt.s ! False ! n ++ cn.s ! n ! Acc} ;
|
||||
|
||||
-- Lexical additions
|
||||
|
||||
@@ -154,7 +154,7 @@ lin
|
||||
VVPastNeg => ["shouldn't have"] ;
|
||||
VVPresNeg => "shouldn't"
|
||||
} ;
|
||||
isAux = True
|
||||
typ = VVAux
|
||||
} ;
|
||||
several_Det = mkDeterminer plural "several" ;
|
||||
|
||||
|
||||
@@ -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 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user