Open funderburkjim opened 6 years ago
The endings used for the m_u declension algorithm are:
Case | S | D | P |
---|---|---|---|
Nominative | uH | U | avaH |
Accusative | um | U | Un |
Instrumental | unA | uByAm | uBiH |
Dative | ave | uByAm | uByaH |
Ablative | oH | uByAm | uByaH |
Genitive | oH | voH | UnAm |
Locative | O | voH | uzu |
Vocative | o | U | avaH |
Our declensions start with the headword spellings provided by Monier Williams. From such a citation spelling, the base is formed by removing the final 'u'. For example, the base for 'taru' is tar.
The declension algorithm for masculine nouns ending in 'u' is procedurally the same as that for masculine nouns ending in 'a', with the exception of using the m_u endings.
Here is a summary of the procedure.
The m_u declension of taru (tree) is explained as follows. Note that nR sandhi has an impact for Instrumental singular and Genitive plural.
Case | S | D | P |
---|---|---|---|
Nominative | tar + uH = taruH | tar + U = tarU | tar + avaH = taravaH |
Accusative | tar + um = tarum | tar + U = tarU | tar + Un = tarUn |
Instrumental | tar + unA = tarunA -> taruRA | tar + uByAm = taruByAm | tar + uBiH = taruBiH |
Dative | tar + ave = tarave | tar + uByAm = taruByAm | tar + uByaH = taruByaH |
Ablative | tar + oH = taroH | tar + uByAm = taruByAm | tar + uByaH = taruByaH |
Genitive | tar + oH = taroH | tar + voH = tarvoH | tar + UnAm = tarUnAm -> tarURAm |
Locative | tar + O = tarO | tar + voH = tarvoH | tar + uzu = taruzu |
Vocative | tar + o = taro | tar + U = tarU | tar + avaH = taravaH |
The m_u declension of paSu (animal) shows no impact by nR sandhi.
Case | S | D | P |
---|---|---|---|
Nominative | paS + uH = paSuH | paS + U = paSU | paS + avaH = paSavaH |
Accusative | paS + um = paSum | paS + U = paSU | paS + Un = paSUn |
Instrumental | paS + unA = paSunA | paS + uByAm = paSuByAm | paS + uBiH = paSuBiH |
Dative | paS + ave = paSave | paS + uByAm = paSuByAm | paS + uByaH = paSuByaH |
Ablative | paS + oH = paSoH | paS + uByAm = paSuByAm | paS + uByaH = paSuByaH |
Genitive | paS + oH = paSoH | paS + voH = paSvoH | paS + UnAm = paSUnAm |
Locative | paS + O = paSO | paS + voH = paSvoH | paS + uzu = paSuzu |
Vocative | paS + o = paSo | paS + U = paSU | paS + avaH = paSavaH |
Kale mentions in section 83 (page 50) a few irregular declensions for masculine nouns ending in 'u', such as krozwu (jackal).
Such irregularities remain to be reflected in the declension algorithms.
masculine nouns ending in 'u'
This list is derived from lexnorm-all2 by the simple filter: a) key1 ends in short vowel 'u' b) lexnorm is precisely 'm'
As in #4, this list excludes other nominals ending in 'u', namely those with more complex normalized lexnorm values, such as 'm:f:n'.
There are 2179 distinct cases, listed in file nominals/inputs/m_u.txt.