Turkish Predicate Lexicon Fragment #
@cite{qing-uegaki-2025}
Turkish predicates relevant to @cite{qing-uegaki-2025}. Properties like
C-distributivity and NVP class are DERIVED from the attitude field.
Turkish verb entry: extends VerbCore with Turkish 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
- 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.
- Fragments.Turkish.Predicates.instBEqTurkishVerbEntry.beq x✝¹ x✝ = false
Instances For
"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 (@cite{song-1996}: 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
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.Turkish.Predicates.lookup form = List.find? (fun (x : Fragments.Turkish.Predicates.TurkishVerbEntry) => x.form == form) Fragments.Turkish.Predicates.allVerbs