Korean Predicate Lexicon Fragment #
Korean causative predicates, including the PURP-type -ke ha- causative. The -ke ha- construction is non-implicative: the caused event is not entailed to have actually occurred.
"Keeho-ka Jinee-ka wus-ke ha-əss-ta" = "Keeho caused Jinee to smile" (Jinee may not have actually smiled — purposive, not sequential)
Korean verb entry: extends Verb with Korean inflectional paradigm.
- unaccusative : Bool
- passivizable : Bool
- implicitObj : Option ImplicitInterp
- implicitGoal : Option ImplicitInterp
- vendlerClass : Option Features.VendlerClass
- cosType : Option Features.ChangeOfState.CoSType
- presupType : Option PresupTriggerType
- projectionBehavior : Option ProjectionBehavior
- implicative : Option Features.Implicative
- causative : Option Features.Causative
- causalSource : Option Causation.Psych.CausalSource
- opaqueContext : Bool
- attitude : Option Features.Attitude
- takesQuestionBase : Bool
- complementSig : Option NaturalLogic.EntailmentSig
- levinClass : Option Semantics.Lexical.LevinClass
- form : String
- speechActVerb : Bool
- formDecl : String
Declarative form (-ta)
- formPast : String
Past form (-əss-ta)
- formAdnom : String
Adnominal form (-n)
- formProgressive : String
Progressive form (-go itta)
Instances For
@[implicit_reducible]
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Korean.Predicates.instBEqKoreanVerbEntry.beq x✝¹ x✝ = false
Instances For
@[implicit_reducible]
Equations
웃게 하다 "wus-ke ha-da" — smile-PURP do = "cause to smile".
Equations
- One or more equations did not get rendered due to their size.
Instances For
읽게 하다 "ilk-ke ha-da" — read-PURP do = "cause to read".
Equations
- One or more equations did not get rendered due to their size.
Instances For
죽이다 "cwuk-i-da" — die-CAUS = "to kill" (lexical/morphological COMPACT).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Korean PURP-type -ke ha- uses .cause builder.
Korean COMPACT-type -i- uses .make builder.
Equations
Instances For
Equations
- Korean.Predicates.lookup form = List.find? (fun (x : Korean.Predicates.KoreanVerbEntry) => x.form == form) Korean.Predicates.allVerbs