Documentation

Linglib.Fragments.Slavic.Czech.Negation

Czech Negation Fragment #

[Mie05] [Has13b] [DH13a]

Czech expresses standard negation with the verbal prefix ne-. Negation is symmetric: the prefix attaches directly to the verb with no structural change — no finiteness restriction, no TAM gaps.

Negative concord (Ch 115) #

Czech has obligatory negative concord (WALS: co-occur), following the standard Slavic pattern:

N-words of the ni- series (nikdo, nic, nikdy, nikam) always co-occur with the ne- prefix on the verb. The lexeme entries live in the sibling Fragments/Czech/PolarityItems.lean per the operator/ lexical-reactive split documented in Core/Lexical/NegMarker.lean. The NegConcordExample data below illustrates the marker's interaction with the n-word system at the sentence level.

ne- — Czech's standard negation prefix. Attaches directly to the verb stem: nepřijde 'will not come', neviděl 'didn't see'. Symmetric across the paradigm.

Equations
Instances For

    Legacy String accessor for the prefix. Kept for back-compat with Studies/Miestamo2005.lean. New consumers should use ne.form.

    Equations
    Instances For

      A Czech 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: nejí.

            Equations
            • Czech.Negation.present = { affirmative := "Jí", negative := "Nejí", glossAff := "eat.3SG.PRS", glossNeg := "NEG.eat.3SG.PRS", tenseLabel := "present" }
            Instances For

              Past tense: jedlnejedl.

              Equations
              • Czech.Negation.past = { affirmative := "Jedl", negative := "Nejedl", glossAff := "eat.PST.M", glossNeg := "NEG.eat.PST.M", tenseLabel := "past" }
              Instances For

                Future (periphrastic): bude jístnebude jíst.

                Equations
                • Czech.Negation.future = { affirmative := "Bude jíst", negative := "Nebude jíst", glossAff := "will.3SG eat.INF", glossNeg := "NEG.will.3SG eat.INF", tenseLabel := "future" }
                Instances For

                  Conditional: jedl bynejedl by.

                  Equations
                  • Czech.Negation.conditional = { affirmative := "Jedl by", negative := "Nejedl by", glossAff := "eat.PST.M COND", glossNeg := "NEG.eat.PST.M COND", tenseLabel := "conditional" }
                  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

                          Nikdo nepřišel — obligatory negative concord.

                          Equations
                          • Czech.Negation.nikdo = { sentence := "Nikdo nepřišel", translation := "Nobody came", nword := "nikdo", nwordGloss := "nobody" }
                          Instances For

                            Nic neviděl — obligatory negative concord.

                            Equations
                            • Czech.Negation.nic = { sentence := "Nic neviděl", translation := "(He) saw nothing", nword := "nic", nwordGloss := "nothing" }
                            Instances For

                              Nikdy nepřišel — obligatory negative concord.

                              Equations
                              • Czech.Negation.nikdy = { sentence := "Nikdy nepřišel", translation := "(He) never came", nword := "nikdy", nwordGloss := "never" }
                              Instances For

                                Verification #