removed an extra dangling c3 preposition in Eng and Swe

This commit is contained in:
aarne
2014-03-11 22:11:35 +00:00
parent 81c169b8d7
commit 772afa082f
2 changed files with 21 additions and 7 deletions

View File

@@ -123,7 +123,7 @@ oper
that_Compl : Str = "att" | [] ;
-- this part is usually the same in all reconfigurations
restCl : PrClause -> Str = \cl -> cl.v.p3 ++ cl.adj ++ cl.obj1 ++ cl.obj2 ++ cl.adv ++ cl.ext ++ cl.c3 ;
restCl : PrClause -> Str = \cl -> cl.v.p3 ++ cl.adj ++ cl.obj1 ++ cl.obj2 ++ cl.adv ++ cl.ext ;
negAdV : {s : Str ; p : Polarity} -> Str = \p -> p.s ++ case p.p of {Pos => [] ; Neg => inte_Str} ;