Lines Matching full:letter
286 unsigned int letter;
287 for (letter=0; letter <= UCHAR_MAX; letter++)
288 lm->letter_index_for_letter[letter] = LTS_MAXCHAR;
292 char letter = toupper(lm->letters[i]);
293 lm->letters[i] = letter;
294 lm->letter_index_for_letter[(unsigned char)letter] = i;
305 /* deallocate letter mapping */
507 pfprintf(PSTDOUT,"loading letter mapping\n");
1005 unsigned char letter;
1017 the letter ' when followed by "s" ... It seems to result in the
1029 For now let's just skip the ' letter, which testing shows to be generally
1035 letter = find_letter_index(input_word[index], lm);
1037 if (letter == LTS_MAXCHAR) {
1087 dp->letter = letter; // properties[ Letter] = letter;
1254 pfprintf(PSTDOUT,"dp %c ", lm->letters[dp->letter]);
1263 lm->letters[dp->letter],
1320 tree = lts->trees[dp->letter]; // properties[Letter]];
1611 pfprintf(PSTDOUT,"GOT INPUT %s for %s letter %c\n", lts->input_for_output[output_index], word, word[i]);
1704 pfprintf(PSTDOUT,"WORKING on letter %d %c\n", i, input_sentence[i]);