tense(s)
// array to post process correct our tenses of pronouns such as "I/me"
conj3[0] = "me am"; conj4[0] = "I am";
conj3[1] = "am me"; conj4[1] = "am I";
conj3[2] = "me can"; conj4[2] = "I can";
conj3[3] = "can me"; conj4[3] = "can I";
conj3[4] = "me have"; conj4[4] = "I have";
conj3[5] = "me will"; conj4[5] = "I will";
conj3[6] = "will me"; conj4[6] = "will I";