• Home
  • Raw
  • Download

Lines Matching refs:LTS

77 static SWIsltsResult load_allowable_cons_comb(LTS *lts, PORT_FILE *fp);
78 static SWIsltsResult free_allowable_cons_comb(LTS *lts);
79 static SWIsltsResult load_question_strings(LTS* lts, PORT_FILE* fp);
80 static SWIsltsResult free_question_strings(LTS* lts);
83 int find_best_string(const char *str, LTS* lts);
84 int find_best_prefix_string(const char *str, LTS* lts);
85 int fill_up_dp_for_letter(LTS *lts, const char *input_word, int word_len, int index, int root_start…
89 int find_output_for_dp(LTS *lts, int *pbackoff_output);
91 int is_allowable_cons_comb(LTS *lts, const char *cons_string);
92 void adjust_syllable_boundaries(LTS *lts, char **output_phone_string, int num_out, int max_phone_le…
93 SWIsltsResult lts_for_word(LTS *lts, char *word, int word_len, char **output_phone_string, int max_…
653 static SWIsltsResult load_allowable_cons_comb(LTS *lts, PORT_FILE *fp) in load_allowable_cons_comb()
740 static SWIsltsResult free_allowable_cons_comb(LTS *lts) in free_allowable_cons_comb()
757 static SWIsltsResult load_question_strings(LTS* lts, PORT_FILE* fp) in load_question_strings()
807 static SWIsltsResult free_question_strings(LTS* lts) in free_question_strings()
831 LTS * lts; in create_lts()
841 lts = (LTS*) lts_alloc(1, sizeof(LTS)); in create_lts()
910 LTS * lts = (LTS *)hlts; in free_lts()
949 int find_best_string(const char *str, LTS* lts) in find_best_string()
974 int find_best_prefix_string(const char *str, LTS* lts) in find_best_prefix_string()
1001 int fill_up_dp_for_letter(LTS *lts, const char *input_word, int word_len, int index, int root_start… in fill_up_dp_for_letter()
1308 int find_output_for_dp(LTS *lts, int *pbackoff_output) in find_output_for_dp()
1371 int is_allowable_cons_comb(LTS *lts, const char *cons_string) in is_allowable_cons_comb()
1395 void adjust_syllable_boundaries(LTS *lts, char **output_phone_string, int num_out, int max_phone_le… in adjust_syllable_boundaries()
1531 SWIsltsResult lts_for_word(LTS *lts, char *word, int word_len, char **output_phone_string, int max_… in lts_for_word()
1675 LTS * lts; in run_lts()
1686 lts = (LTS*) h; in run_lts()