Documentation

Linglib.Studies.Embick2015

Embick 2015: Vocabulary Insertion from the inside out #

[embick-2015]'s exposition of Distributed Morphology runs Vocabulary Insertion over a complex head from the inside out, each morpheme's Q variable replaced by the most specific applicable exponent, the conditioning context being the concatenated neighbors once null exponents are pruned. This file runs that procedure on the book's own material: the Latin verb fragment for laudāre (present, imperfect, perfect, pluperfect) whose Agr exponents look inward at Asp[perf] and T[+past], the Hungarian plural whose exponent looks outward at a possessive, and the Korean nominative whose exponent looks inward at the phonology of the stem, the three directions of conditioning the book predicts, inward phonological conditioning through the stem's exponent and outward conditioning through features only.

Main results #

References #

[embick-2015], [Hal97].

Instances For
    def Embick2015.Latin.instDecidableEqFeature.decEq (x✝ x✝¹ : Feature) :
    Decidable (x✝ = x✝¹)
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        The theme vowel as the exponent of v in conjugation I, Asp[perf] -vi, T[+past] -rā after the perfect and -bā otherwise, T[−past] null, and the Agr exponents: the perfect set after Asp[perf], -m after T[+past], the defaults elsewhere.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          Instances For
            @[instance_reducible]
            Equations
            def Embick2015.Latin.instReprTense.repr :
            TenseStd.Format
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              √LAUD-v-(Asp)-T-Agr.

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

                Surface morphs after inside-out insertion with the given discharge.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  def Embick2015.Latin.parsePerson :
                  StringOption (Bool × Bool)
                  Equations
                  Instances For

                    A row of the fragment as its word and its morphs.

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

                      The twenty-four forms of the fragment, with T[−past] pruned.

                      Rewriting T[+past]'s features away at its own insertion leaves Agr the default -ō: the -m of the imperfect needs non-deletion.

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

                          The plural is -ai- before a possessive and -k otherwise.

                          Equations
                          • One or more equations did not get rendered due to their size.
                          Instances For
                            def Embick2015.Hungarian.word (r : String) (possessed : Bool) :
                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For
                              Equations
                              • One or more equations did not get rendered due to their size.
                              Instances For
                                Equations
                                • One or more equations did not get rendered due to their size.
                                Instances For
                                  theorem Embick2015.Hungarian.hungarian_rows (r : DistributedMorphology.ComplexHead Feature String × String) :
                                  r rowsplural r.1 = some r.2

                                  Outward conditioning by the possessive's features.

                                  theorem Embick2015.Hungarian.outward_features_only :
                                  ((word "ruha" true).contextAt (fun (x : String) => x = "") DistributedMorphology.ComplexHead.Locality.concatenation (fun (x : String) => []) 0).rightCtx = [[Feature.poss]]

                                  When the plural is reached the possessive ahead of it is still bare: what it sees outward is features, never an exponent.

                                  Instances For
                                    def Embick2015.Korean.instDecidableEqFeature.decEq (x✝ x✝¹ : Feature) :
                                    Decidable (x✝ = x✝¹)
                                    Equations
                                    Instances For
                                      Equations
                                      • One or more equations did not get rendered due to their size.
                                      Instances For

                                        The nominative is -i after a consonant and -ka after a vowel.

                                        Equations
                                        • One or more equations did not get rendered due to their size.
                                        Instances For
                                          def Embick2015.Korean.shape :
                                          StringList Feature

                                          The phonological shape of a stem, read off its exponent.

                                          Equations
                                          Instances For
                                            Equations
                                            Instances For
                                              Equations
                                              • One or more equations did not get rendered due to their size.
                                              Instances For
                                                Equations
                                                Instances For
                                                  theorem Embick2015.Korean.korean_rows (r : DistributedMorphology.ComplexHead Feature String × String) :
                                                  r rowsnominative r.1 = some r.2

                                                  Inward conditioning by the stem's phonology, visible through its exponent.