Reciprocal verb entries #
A reciprocal verb expresses mutual action without a reciprocal anaphor —
intransitive kiss, Hebrew hitnašek, French s'embrasser. An entry
records the verb, the locus where reciprocalization formed it
([RS05]'s lex-syn parameter; [Sil08], [Sil12]),
and its transitive alternate when the vocabulary has one — frozen entries
(Hebrew hitgošeš 'wrestle') lack one. The subject profile bundled from
the base's grid is the join of the base's two entailment profiles,
[RS05]'s [θᵢ · θⱼ] role bundling.
A reciprocal verb entry: the intransitive verb, its formation locus, and its transitive alternate when one exists in the vocabulary.
- verb : Verb
- formation : Reciprocal.Formation
Where reciprocalization applied (the lex-syn parameter).
- base : Option Verb
The transitive alternate;
nonefor frozen entries.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Verb.instReprReciprocal = { reprPrec := Verb.instReprReciprocal.repr }
Equations
- Verb.instBEqReciprocal = { beq := Verb.instBEqReciprocal.beq }
Equations
- Verb.instBEqReciprocal.beq { verb := a, formation := a_1, base := a_2 } { verb := b, formation := b_1, base := b_2 } = (a == b && (a_1 == b_1 && a_2 == b_2))
- Verb.instBEqReciprocal.beq x✝¹ x✝ = false
Instances For
A frozen entry has no transitive alternate in the vocabulary.
Instances For
Equations
- v.instDecidablePredIsFrozen = decidable_of_iff (v.base.isNone = true) ⋯
The subject profile bundled from the base's grid: the join of the
base's subject and object entailments; none when the entry is frozen
or the base's grid is unannotated.
Equations
- v.bundledSubjectProfile = do let b ← v.base let __do_lift ← b.subjectEntailments let __do_lift_1 ← b.objectEntailments pure (__do_lift ⊔ __do_lift_1)
Instances For
The bundled subject role of an entry whose base has an agentive subject and an affected object is a complex role.