Documentation

Linglib.Fragments.Slavic.Russian.Negation

Russian Negation Fragment #

[Mie05] [Has13b] [DH13a]

Russian expresses standard negation with the preverbal particle не (ne). Negation is symmetric: adding не introduces no structural changes — no finiteness change, no TAM restrictions, no paradigmatic gaps.

Negative concord (Ch 115) #

Russian has obligatory negative concord (WALS: co-occur):

N-words of the ни- series always co-occur with predicate negation не. The lexical-reactive side — никто, ничего, никогда, кто-либо, etc. — lives in Fragments/Russian/PolarityItems.lean per the operator/lexical- reactive split documented in Core/Lexical/NegMarker.lean. The NegConcordExample data below illustrates the marker's NC behavior at the sentence level, which is operator-side typology consumed by Studies/Miestamo2005.lean.

не — Russian's standard preverbal negation particle. A free word, syntactically immediately preverbal.

Equations
Instances For

    A Russian negation example.

    • affirmative : String
    • negative : String
    • glossAff : String
    • glossNeg : String
    • tenseLabel : String
    Instances For
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        Equations
        Instances For

          Present tense.

          Equations
          • Russian.Negation.present = { affirmative := "Он ест", negative := "Он не ест", glossAff := "3SG eat.PRS", glossNeg := "3SG NEG eat.PRS", tenseLabel := "present" }
          Instances For

            Past tense.

            Equations
            • Russian.Negation.past = { affirmative := "Он ел", negative := "Он не ел", glossAff := "3SG eat.PST.M", glossNeg := "3SG NEG eat.PST.M", tenseLabel := "past" }
            Instances For

              Future (periphrastic).

              Equations
              • Russian.Negation.future = { affirmative := "Он будет есть", negative := "Он не будет есть", glossAff := "3SG will eat.INF", glossNeg := "3SG NEG will eat.INF", tenseLabel := "future" }
              Instances For

                Imperative.

                Equations
                • Russian.Negation.imperative = { affirmative := "Ешь!", negative := "Не ешь!", glossAff := "eat.IMP.2SG", glossNeg := "NEG eat.IMP.2SG", tenseLabel := "imperative" }
                Instances For

                  A negative concord example.

                  • sentence : String
                  • translation : String
                  • nword : String
                  • nwordGloss : String
                  Instances For
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For
                      Equations
                      Instances For

                        Никто не пришёл — obligatory negative concord.

                        Equations
                        • Russian.Negation.nikto = { sentence := "Никто не пришёл", translation := "Nobody came", nword := "никто", nwordGloss := "nobody" }
                        Instances For

                          Ничего не видел — obligatory negative concord.

                          Equations
                          • Russian.Negation.nichego = { sentence := "Ничего не видел", translation := "(I) saw nothing", nword := "ничего", nwordGloss := "nothing.GEN" }
                          Instances For

                            Никогда не приходил — obligatory negative concord.

                            Equations
                            • Russian.Negation.nikogda = { sentence := "Никогда не приходил", translation := "(He) never came", nword := "никогда", nwordGloss := "never" }
                            Instances For

                              Verification #