Korean Predicate Lexicon Fragment #
@cite{song-1996}
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 VerbCore with Korean inflectional paradigm.
- form : String
- altComplementType : Option ComplementType
- unaccusative : Bool
- passivizable : Bool
- implicitObj : Option ImplicitInterp
- implicitGoal : Option ImplicitInterp
- speechActVerb : Bool
- vendlerClass : Option Features.VendlerClass
- presupType : Option PresupTriggerType
- postsupType : Option PostsupType
- projectionBehavior : Option ProjectionBehavior
- cosType : Option Features.ChangeOfState.CoSType
- implicative : Option Features.Implicative
- causative : Option Features.Causative
- causalSource : Option Causation.Psych.CausalSource
- opaqueContext : Bool
- attitude : Option Features.Attitude
- takesQuestionBase : Bool
- levinClass : Option LevinClass
- rootProfile : Option Roots.RootProfile
- formDecl : String
Declarative form (-ta)
- formPast : String
Past form (-əss-ta)
- formAdnom : String
Adnominal form (-n)
- formProgressive : String
Progressive form (-go itta)
Instances For
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.
- Fragments.Korean.Predicates.instBEqKoreanVerbEntry.beq x✝¹ x✝ = false
Instances For
웃게 하다 "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
- Fragments.Korean.Predicates.lookup form = List.find? (fun (x : Fragments.Korean.Predicates.KoreanVerbEntry) => x.form == form) Fragments.Korean.Predicates.allVerbs