Home
last modified time | relevance | path

Searched refs:idx_by_hz (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddictbuilder.cpp325 printf("--%d, idx:%06d, score:%.5f\n", pos, top_lmas_[pos].idx_by_hz, in get_top_lemmas()
574 lemma_arr_[lemma_num_ - 1].idx_by_hz + 1); in build_dict()
622 top_lmas_[pos - homo_idx_num_eq1_ - homo_idx_num_gt1_].idx_by_hz; in build_dict()
685 lemma_arr_[0].idx_by_hz = 1; in sort_lemmas_by_hz()
690 lemma_arr_[i].idx_by_hz = idx_max; in sort_lemmas_by_hz()
693 lemma_arr_[i].idx_by_hz = idx_max; in sort_lemmas_by_hz()
897 idx_buf[homo_pos] = lemma_arr_[item_start_next + homo_pos].idx_by_hz; in construct_subset()
966 idx_buf[homo_pos] = lemma_arr[item_start_next + homo_pos].idx_by_hz; in construct_subset()
H A Dngram.cpp258 if (lemma_arr[pos].idx_by_hz == idx_now) in build_unigram()
262 assert(lemma_arr[pos].idx_by_hz == idx_now); in build_unigram()
H A Ddictlist.cpp123 assert(lemma_arr[0].idx_by_hz == 1); in calculate_size()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictdef.h142 LemmaIdType idx_by_hz; member
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictdef.h142 LemmaIdType idx_by_hz; member