Documentation

Linglib.Fragments.Mwaghavul.Basic

Mwaghavul Phonological Fragment #

[AF26] [Fwa18]

Mwaghavul (ISO 639-3: sur, Glottocode: mwag1236) is an A3 West Chadic (Afro-Asiatic) language spoken by more than 700,000 people in Plateau State, Nigeria ([CB92]).

Tone system #

Mwaghavul contrasts three level tones — high (H), mid (M), and low (L) — plus an LH rising contour. The tone-bearing unit (TBU) is the syllable. All tonal co-occurrences on bisyllabic roots are attested except M-LH ([AF26] Table 3).

Ideophones #

Mwaghavul has a rich inventory of ideophones — "an open class of marked words that depict sensory imagery" ([Din19]:16). Ideophones share the same grammatical classes as nonideophonic words (nouns, verbs, adjectives, adverbs) and occur in comparable morphosyntactic environments.

Verbalisation #

All tonally derived verbs in Mwaghavul have ideophonic bases. The verb formation is morphophonologically marked through one of two lexically determined tonal alternations triggered by segmentally null verbalisers:

  1. M verbaliser (VBZ₁): overwrites every TBU with M
  2. M-H verbaliser (VBZ₂): overwrites nonfinal TBUs with M, final with H

The M-H melody is attested only in derived verbs — no underived verb has this pattern. Data from [AF26] and [Fwa18].

Mwaghavul is a three-level tone language with syllable TBUs.

Equations
Instances For

    The two lexically specific suppletive allomorphs of the verbaliser morpheme ([AF26] (17)).

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

        The M-tone verbaliser (VBZ₁): targets only unreduplicated ideophones. Overwrites every TBU of the host with M.

        Equations
        Instances For

          The M-H verbaliser (VBZ₂): targets both unreduplicated and reduplicated ideophones. Nonfinal TBUs get M, final gets H.

          Equations
          Instances For

            An ideophone entry: base form, gloss, lexical tones, and which verbaliser it selects. Tone pattern is listed left-to-right matching syllable order.

            Whether an ideophone undergoes M or M-H alternation is lexically determined and not predictable from syllable structure or tone ([AF26] §3.1).

            Instances For
              def Mwaghavul.instReprIdeophone.repr :
              IdeophoneStd.Format
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                Number of syllables, derived from the tone list.

                Equations
                Instances For
                  Equations
                  Instances For
                    Equations
                    Instances For
                      Equations
                      Instances For
                        Equations
                        Instances For
                          Equations
                          Instances For
                            Equations
                            Instances For
                              Equations
                              Instances For
                                Equations
                                Instances For
                                  Equations
                                  Instances For
                                    Equations
                                    Instances For
                                      Equations
                                      Instances For
                                        Equations
                                        Instances For
                                          Equations
                                          Instances For
                                            Equations
                                            Instances For
                                              Equations
                                              Instances For
                                                Equations
                                                Instances For
                                                  Equations
                                                  Instances For
                                                    Equations
                                                    Instances For
                                                      structure Mwaghavul.Syl :

                                                      A toned Mwaghavul syllable.

                                                      • ipa : String
                                                      Instances For
                                                        def Mwaghavul.instDecidableEqSyl.decEq (x✝ x✝¹ : Syl) :
                                                        Decidable (x✝ = x✝¹)
                                                        Equations
                                                        Instances For
                                                          def Mwaghavul.instReprSyl.repr :
                                                          SylStd.Format
                                                          Equations
                                                          • Mwaghavul.instReprSyl.repr x✝ prec✝ = Std.Format.bracket "{ " (Std.Format.nil ++ Std.Format.text "ipa" ++ Std.Format.text " := " ++ (Std.Format.nest 7 (repr x✝.ipa)).group) " }"
                                                          Instances For
                                                            @[implicit_reducible]
                                                            instance Mwaghavul.instReprSyl :
                                                            Repr Syl
                                                            Equations
                                                            @[reducible, inline]

                                                            Convenience: a toned Mwaghavul syllable.

                                                            Equations
                                                            Instances For
                                                              def Mwaghavul.mkTSyl (ipa : String) (t : Tone.TRN) :

                                                              Build a toned syllable from IPA and tone.

                                                              Equations
                                                              Instances For

                                                                Derive a verb from an ideophone using its verbaliser spec. Returns the output tonal pattern.

                                                                Equations
                                                                • One or more equations did not get rendered due to their size.
                                                                Instances For
                                                                  theorem Mwaghavul.m_verb_uniform (i : Ideophone) (h : i.verbType = VerbalizerChoice.m) :
                                                                  deriveVerb i = List.map (fun (x : Tone.TRN) => Tone.TRN.M) i.tones

                                                                  All M-tone derived verbs produce uniform M across all TBUs (13a).

                                                                  M-H derived verbs have M on nonfinal TBUs and H on the final TBU. Verified on bisyllabic bases.