database of conjugation(s)
// build our data base here
conj1[0] = "are"; conj2[0] = "am";
conj1[1] = "am"; conj2[1] = "are";
conj1[2] = "were"; conj2[2] = "was";
conj1[3] = "was"; conj2[3] = "were";
conj1[4] = "I"; conj2[4] = "you";
conj1[5] = "me"; conj2[5] = "you";
conj1[6] = "you"; conj2[6] = "me";
conj1[7] = "my"; conj2[7] = "your";
conj1[8] = "your"; conj2[8] = "my";
conj1[9] = "mine"; conj2[9] = "your's";
conj1[10] = "your's"; conj2[10] = "mine";
conj1[11] = "I'm"; conj2[11] = "you're";
conj1[12] = "you're"; conj2[12] = "I'm";
conj1[13] = "I've"; conj2[13] = "you've";
conj1[14] = "you've"; conj2[14] = "I've";
conj1[15] = "I'll"; conj2[15] = "you'll";
conj1[16] = "you'll"; conj2[16] = "I'll";
conj1[17] = "myself"; conj2[17] = "yourself";
conj1[18] = "yourself"; conj2[18] = "myself";