mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-12 20:52:50 -06:00
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:
@@ -23973,7 +23973,8 @@ lin whet_V2 = mkV2 (slipa_vb_1_V) | mkV2 (mkV "skärpa") | mkV2 (fila_vb_1_V) ;
|
||||
lin whether_Prep = mkPrep "huruvida" ; --
|
||||
lin whetstone_N = bryne_nn_1_N ; -- comment=2
|
||||
lin whey_N = vassle_nn_1_N | vassla_nn_1_N ; -- status=guess status=guess
|
||||
lin which_IQuant = S.which_IQuant ; -- comment=CHECKED
|
||||
lin whichPl_IDet = S.whichPl_IDet ; -- comment=CHECKED
|
||||
lin whichSg_IDet = S.whichSg_IDet ; -- comment=CHECKED
|
||||
lin while_N = stund_nn_1_N ; -- comment=2
|
||||
lin whim_N = ryck_nn_2_N ; -- comment=4
|
||||
lin whimper_N = gny_nn_1_N ; -- comment=1
|
||||
|
||||
@@ -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) ;
|
||||
|
||||
|
||||
{-
|
||||
|
||||
Reference in New Issue
Block a user