Mandarin Reciprocal Fragment #
@cite{nordlinger-2023} @cite{konig-kokutani-2006}
Mandarin uses a compound verb strategy for reciprocity: V-lái-V-qù (V-come-V-go), expressing mutual back-and-forth action. This is a verbal strategy (monovalent) and is distinct from the reflexive "zìjǐ".
Example: "dǎ-lái-dǎ-qù" (beat-come-beat-go = 'beat each other') @cite{nordlinger-2023} ex. 13.
The adverb "hùxiāng" ('mutually') can also mark reciprocity but is not the primary morphosyntactic strategy.
Compound verb pattern for Mandarin reciprocals. The pattern is: V-lái-V-qù (V-come-V-go).
- verb : String
- script : Option String
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
- Fragments.Mandarin.Reciprocals.instBEqCompoundRecip.beq { verb := a, script := a_1 } { verb := b, script := b_1 } = (a == b && a_1 == b_1)
- Fragments.Mandarin.Reciprocals.instBEqCompoundRecip.beq x✝¹ x✝ = false
Instances For
Generate the compound reciprocal form.
Instances For
dǎ-lái-dǎ-qù — 'beat each other' (@cite{nordlinger-2023} ex. 13).
Equations
- Fragments.Mandarin.Reciprocals.daLaiDaQu = { verb := "dǎ", script := some "打来打去" }
Instances For
互相 hùxiāng — adverb 'mutually'.
Equations
- Fragments.Mandarin.Reciprocals.huxiang = { form := "hùxiāng", cat := UD.UPOS.ADV }
Instances For
自己 zìjǐ — reflexive pronoun (for contrast).
Equations
- Fragments.Mandarin.Reciprocals.ziji = { form := "zìjǐ", cat := UD.UPOS.PRON, features := { person := some UD.Person.third } }