mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 23:02:50 -06:00
bug fix in Dutch infinitive vp
This commit is contained in:
@@ -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" ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user