fixes in the Bulgarian resource grammar. extensions in DictEng and DictEngBul

This commit is contained in:
kr.angelov
2012-09-24 09:41:14 +00:00
parent 18fe8af964
commit 249d6cc2f8
9 changed files with 151 additions and 110 deletions

View File

@@ -27,7 +27,7 @@ concrete QuestionBul of Question = CatBul ** open ResBul, Prelude in {
QuestIAdv iadv cl = mkQuestion iadv cl ;
QuestIComp icomp np =
mkQuestion icomp (mkClause (np.s ! RSubj) np.a (predV verbBe)) ;
mkQuestion icomp (mkClause (np.s ! RObj Acc) np.a (predV verbBe)) ;
PrepIP p ip = {s = \\qform => p.s ++ case p.c of {Dat=>"íà";_=>[]} ++ ip.s ! RSubj ! qform} ;