Turkish Predicate Lexicon Fragment #
Turkish predicates relevant to [QOR+25]. Properties like
C-distributivity and NVP class are DERIVED from the attitude field.
Turkish verb entry: extends Verb with Turkish 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
- formProg : String
Progressive form (-yor)
- formPast : String
Past form (-dı, -tı)
- formEvidential : String
Evidential form (-mış)
- formParticiple : String
Participle form (-an, -en)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
- Turkish.Predicates.instBEqTurkishVerbEntry.beq x✝¹ x✝ = false
Instances For
Equations
"kork-" — fear (Class 2: C-distributive, negative).
Equations
- One or more equations did not get rendered due to their size.
Instances For
"um-" — hope (Class 3: C-distributive, positive, anti-rogative).
Equations
- One or more equations did not get rendered due to their size.
Instances For
"merak et-" — wonder/be curious (rogative, non-preferential).
Equations
- One or more equations did not get rendered due to their size.
Instances For
"endişelen-" — worry (Class 1: non-C-distributive).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Causative predicates #
Turkish morphological causative suffix -dür ([Son96]: COMPACT type). Allomorphs: -dür, -tür, -dir, -tir (vowel harmony). "Ali Hasan-ı öl-dür-dü" = "Ali killed Hasan" (öl 'die' + -dür CAUS)
öl-dür-mek — die-CAUS = "to kill" (morphological COMPACT causative).
Equations
- One or more equations did not get rendered due to their size.
Instances For
yap-tır-mak — do-CAUS = "to make (someone) do" (productive causative).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Turkish causative -dür uses .make builder.
Equations
- Turkish.Predicates.lookup form = List.find? (fun (x : Turkish.Predicates.TurkishVerbEntry) => x.form == form) Turkish.Predicates.allVerbs