continued Konstruktikon up to pred_som

This commit is contained in:
aarne
2013-12-04 14:44:13 +00:00
parent 8567d4df55
commit 342dd279d9
2 changed files with 107 additions and 1 deletions

View File

@@ -49,11 +49,30 @@ fun
-- grad_mod_attribut
-- superlativ
unikhetQuant : Quant ; -- den enda (varelse)
unikhetQuant : Quant ; -- den enda (varelse) --- NP in K, but Quant gives the full generality, also "de enda fem"
i_adjaste_lagetComp : A -> Comp ; -- i sötaste laget --- AP i K, but this would be overgenerating
progpart_saettVP : V -> V -> VP ; -- en kille kommer springande ur en affär
progpart_addVP : V -> V -> VP ; -- han gick skrikande fram till fotograferna --- what is the difference?
reaktiv_dubbel_auxUtt : VV -> NP -> Pol -> Utt ; -- måste måste man väl inte men ... --- the "men" clause is not there in the first K example
reaktiv_x_och_xUtt : Utt -> Utt ; -- många och många ---- XP in K ; what exactly are the restrictions? can we use a lower category?
juxt_redupl_adj2AP : A -> AP ; -- liten liten stuga --- is this also possible as predicative? if not, we could
juxt_redupl_adj3AP : A -> AP ; -- liten liten liten by --- implement this by just using (mkCN a (mkCN a cn)). Also blocking "mycket liten liten"
koord_redupl_adv2Adv : Adv -> Adv ; -- runt och runt
koord_redupl_adv3Adv : Adv -> Adv ; -- runt och runt
-- koord_redupl_adv_kompAdv --- seems to be just the same thing, except in the K example "närmare och närmare målet"
juxt_redupl_intj : Interj -> Utt ; -- tack tack
redupl_VP2cVP : V -> VP ; -- pratar och pratar --- K says the argument is VP, but all examples are one V only
redupl_VP3cVP : V -> VP ; -- pratar och pratar och pratar --- our impl also gives: jag har sovit och sovit,
redupl_VP3VP : V -> VP ; -- pratar pratar pratar --- and: jag passar och passar på
pred_somAdv : Temp -> AP -> NP -> Adv ; -- dum som jag var --- not Adv in K, but "avm"
@@ -69,6 +88,13 @@ fun
DetNPGender : NPGender -> Det -> NP ; -- a generalization of DetNP
man_NP : NP ; -- man, the impersonal/"passive" subject
menUtt : Utt -> Utt -> Utt ; -- it is raining but what does it matter
UttBareVP : VP -> Utt ; -- sova och sova / sleep and sleep ; no infinitive mark
tack_Interj : Interj ;
goddag_Interj : Interj ;
}