Documentation

Linglib.Fragments.Mandarin.AspectComparison

Mandarin Cross-Domain Particles @cite{zhao-2025} #

Lexical entries for Mandarin le, guo, and mei-you with cross-domain behavior. These particles operate across temporal and degree domains:

ParticleTemporal glossDegree glossLicensing
了 leperfectiveexceed-thresholdNOT-ATOM-DIST_α
没有 mei-youneg-perfectivenot-exceedNOT-ATOM-DIST_α
过 guoexperiential(none)

le and mei-you presuppose NOT-ATOM-DIST_α, explaining their incompatibility with statives (temporal domain) and bare comparatives (degree domain). guo has no such presupposition.

Cross-Module Connections #

Semantic domain for cross-domain particles.

Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      A cross-domain particle entry. Encodes the particle's surface form, its temporal and degree glosses, and whether it requires NOT-ATOM-DIST_α licensing.

      • hanzi : String

        Chinese character(s)

      • pinyin : String

        Pinyin romanization

      • temporalGloss : String

        Gloss in temporal domain

      • degreeGloss : Option String

        Gloss in degree domain (if applicable)

      • requiresAntiAtomDist : Bool

        Whether the particle presupposes NOT-ATOM-DIST_α

      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          了 le — perfective / exceed-threshold. Presupposes NOT-ATOM-DIST_α in both domains.

          Equations
          Instances For

            没有 mei-you — negative perfective / not-exceed. Presupposes NOT-ATOM-DIST_α.

            Equations
            Instances For

              过 guo — experiential aspect. No NOT-ATOM-DIST_α presupposition.

              Equations
              Instances For

                Is a particle licensed by an event quantifier V (w.r.t. trace τ)? Licensed iff either (a) the particle doesn't require anti-ATOM-DIST, or (b) V fails ATOM-DIST_α.

                Equations
                Instances For

                  le is licensed iff NOT-ATOM-DIST_α holds.

                  mei-you is licensed iff NOT-ATOM-DIST_α holds.

                  theorem Fragments.Mandarin.AspectComparison.guo_always_licensed {Event : Type u_1} {α : Type u_2} [LinearOrder α] (τ : EventCore.Time.Interval α) (V : Core.Time.EvQuant Event) :

                  guo is always licensed (no anti-ATOM-DIST requirement).