I am a programmer whose most recent project involves Natural Language Parsing and I need to be able to conjugate English Verbs and Nouns.
I already have a list of Verb Irregulars but I am struggling to find a set of "rules" if you will, for conjugating regular English verbs. I know there are a few, various rules such as: "if the word ends in 'X', then the plural form would end in 'Y'" with the most basic being add an s to the end.
I am looking for the rules for finding the: Base form, Past simple, Past participle, 3rd person singular, Present participle Gerund
Also, I would be looking to do the same for finding the plurals and possessive forms of any given noun, along with a list of regulars. I have had no source of results or luck in my searching in this area and any help with conjugating (for lack of a better word) nouns would be very helpful
Sorry for what appears to be the lack of searching, trust me I have looked.
