1
0
forked from GitHub/gf-core

corrected DictEng(Chi,Fin,Swe).which_IQuant to whichSg_IDet and whichPl_IDet as in DictEngAbs; fixed ParseSwe.ComplVV with correct anteriority and polarity

This commit is contained in:
aarne
2013-10-31 14:55:05 +00:00
parent 7d55b4c685
commit 43554552aa
5 changed files with 13 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
--# -path=.:folketslexikon:alltenses
--# -path=.:../english/:../scandinavian:alltenses
concrete ParseSwe of ParseEngAbs =
TenseSwe,
NounSwe - [PPartNP],
@@ -19,7 +19,7 @@ concrete ParseSwe of ParseEngAbs =
ClSlash, RCl, EmptyRelSlash],
DictEngSwe **
open MorphoSwe, ResSwe, ParadigmsSwe, SyntaxSwe, Prelude in {
open MorphoSwe, ResSwe, ParadigmsSwe, SyntaxSwe, CommonScand, Prelude in {
flags
literal=Symb ;
@@ -82,7 +82,7 @@ lin
(predVc v) ;
-}
ComplVV v a p vp = mkVP v vp ; ----
ComplVV v ant pol vp = insertObj (\\a => v.c2.s ++ ant.s ++ pol.s ++ infVPPlus vp a ant.a pol.p) (predV v) ;
{-