Home
last modified time | relevance | path

Searched defs:LemmaEntry (Results 1 – 1 of 1) sorted by relevance

/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/pinyin/3rdparty/pinyin/include/
H A Ddictdef.h140 struct LemmaEntry { struct
141 LemmaIdType idx_by_py;
142 LemmaIdType idx_by_hz;
143 char16 hanzi_str[kMaxLemmaSize + 1];
146 uint16 hanzi_scis_ids[kMaxLemmaSize];
148 uint16 spl_idx_arr[kMaxLemmaSize + 1];
149 char pinyin_str[kMaxLemmaSize][kMaxPinyinSize + 1];
150 unsigned char hz_str_len;
151 float freq;