Many of you know that Numen provides a beta paradigm feature. The paradigms of most nouns, verbs, adjectives, and pronouns are available. Generally, they work very well with a couple of well known exceptions (Greek nouns, certain verbal forms, and some irregular forms).
Once upon a time, the pronouns were working fairly well but not so much recently. Over the past few months there has been an uptick in the number of reports of bad pronoun paradigms. After a thorough review, I must note that all pronoun paradigms were broken. Honestly, I'm not sure how that happened. Nonetheless, I took some corrective action this weekend and fixed most of the pronoun paradigms -- with the exception of the personal pronouns. Those will take a bit more work because as you probably know, personal pronouns are the only nominal forms in Latin that don't have explicit gender (i.e., tu does not code for masculine, feminine, or neuter).
So in the meantime, please feel free to spot-check the paradigms for your favorite pronouns and please feel free to report errors. PS, it's always helpful to cite your source if you believe that a paradigm has an incorrect form. Sources do vary!
Showing posts with label adjectives. Show all posts
Showing posts with label adjectives. Show all posts
Monday, October 20, 2014
Tuesday, September 30, 2008
UNUS NAUTA
As most Latin students know, UNUS NAUTA is not just "one sailor" but the acronym U.N.U.S. N.A.U.T.A. It is taught as a mnemonic device to memorize the 9 special adjectives whose genitives end in -ius: unus, nullus, ullus, solus, neuter, alter, uter, totus, and alius.
In a recent post, I noted a problem with the adjective neuter. In the neuter form, my parser was not discovering the forms for nominatives and vocatives. I dug into this problem and discovered some interesting facts that I never really took to heart.
UNUS NAUTA is not one declension, as many Latin grammars would have us believe. It is actually composed of four different declensions: the normal UNUS NAUTA declension (unus, nullus, ullus, solus, totus), then the alius declension (which is unique because its genitive is alius instead of aliius as we would expect; and it has neuter-singulars in -ud), next the R-type declension (neuter, uter), and finally the ER-type declension (alter). I can see why Wheelock compressed his declensions, but it turns out that he didn't spend enough time pointing out the differences! To be sure, they are minor, but somewhat important if you're writing software to parse out the different forms!
So I created 4 unique declensions for the 9 different types of adjectives. Now, the UNUS NAUTA adjectives parse properly!
Update: I fixed indeclinable nouns, too. I had forgotten to add their (non-) paradigm.
Enjoy!
In a recent post, I noted a problem with the adjective neuter. In the neuter form, my parser was not discovering the forms for nominatives and vocatives. I dug into this problem and discovered some interesting facts that I never really took to heart.
UNUS NAUTA is not one declension, as many Latin grammars would have us believe. It is actually composed of four different declensions: the normal UNUS NAUTA declension (unus, nullus, ullus, solus, totus), then the alius declension (which is unique because its genitive is alius instead of aliius as we would expect; and it has neuter-singulars in -ud), next the R-type declension (neuter, uter), and finally the ER-type declension (alter). I can see why Wheelock compressed his declensions, but it turns out that he didn't spend enough time pointing out the differences! To be sure, they are minor, but somewhat important if you're writing software to parse out the different forms!
So I created 4 unique declensions for the 9 different types of adjectives. Now, the UNUS NAUTA adjectives parse properly!
Update: I fixed indeclinable nouns, too. I had forgotten to add their (non-) paradigm.
Enjoy!
Subscribe to:
Posts (Atom)