Documentation

Linglib.Fragments.Greek.Negation

Greek Negation Fragment #

@cite{tsiakmakis-2025}

Greek distinguishes two sentential negation markers that are in complementary distribution by mood:

The two markers are the overt morphological reflex of the NEG₁/NEG₂ distinction that @cite{tsiakmakis-2025} argues is cross-linguistically valid.

A Greek sentential negation marker.

  • form : String

    Surface form (romanization)

  • greek : String

    Greek orthography

  • isIndicative : Bool

    Indicative (dhen) or subjunctive/modal (min)

  • isStandardNegation : Bool

    Does the marker function as standard truth-reversing negation?

  • licensesNCIs : Bool

    Can the marker license NCIs like tipota 'nothing'?

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

        dhen (δεν): indicative sentential negation. Negates the verbal predicate of an indicative sentence. Licenses NCIs (tipota, kanenas).

        Equations
        Instances For

          min (μην): subjunctive/modal negation. Appears in non-veridical environments: imperatives, subjunctive complements, fear-predicate complements, conditionals, biased questions. Does NOT license NCIs when expletive.

          Equations
          Instances For

            Semantics of dhen: standard truth-functional negation. ⟦dhen⟧ = λp.¬p

            Equations
            Instances For

              Semantics of negative min: modal negation over Best worlds. ⟦min⟧^g(w) = λp. ∀w' ∈ Best_g(w) : ¬p(w') Used in imperatives (Min pas! 'Don't go!') and with canonical dhen (Fovame min dhen efaye 'I fear he maybe didn't eat').

              Equations
              Instances For

                Semantics of expletive min: modal without negation. ⟦min_expletive⟧^g(w) = λp. ∀w' ∈ Best_g(w) : p(w') Used in fear complements (Fovame min efaye 'I fear he maybe ate'), conditionals (Min ksexaso kati 'If I forget something'), and biased questions (Min efaye? 'Did he maybe eat?').

                Equations
                Instances For