1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199
|
version 2.10.3
* bug fixes
version 2.10.2
* fix memory leaks
version 2.10.1
* bug fixes
version 2.10.0
* bug fixes
version 2.9.93
* bug fixes
version 2.9.92
* support punctuation candidate
version 2.9.91
* auto clean user data when data corruption
* support to export bigram phrase
version 2.8.1
* bug fixes
version 2.8.0
* bug fixes for ARMv7
version 2.7.92
* bug fixes
version 2.7.91
* improve suggestion candidates
* support longer candidates
version 2.6.2
* bug fixes
version 2.6.1
* bug fixes
version 2.6.0
* bug fixes
version 2.4.92
* update pinyin data
* bug fixes
version 2.4.91
* improve full pinyin auto correction
* bug fixes
version 2.3.0
* update pinyin data
version 2.2.2
* minor fixes
version 2.2.1
* fixes predicted candidates
version 2.2.0
* bug fixes
version 2.1.91
* fixes zhuyin parsers;
version 2.1.0
* support sort option in pinyin_guess_candidates function;
version 2.0.92
* reduce memory consumption after imported user dictionary;
version 2.0.91
* merge libzhuyin code;
version 2.0.0
* the first official release of 2.0.x;
* fixes autoconf;
version 1.9.92
* fixes crash in double pinyin;
version 1.9.91
* multiple sentence candidates;
version 1.7.0
* fixes build on FreeBSD;
* update cmake files;
version 1.6.91
* change license to GPLv3+;
* import open-gram dictionary and remove pinyin tones;
* add some checks when load data from file;
version 1.6.0
* bug fixes.
version 1.5.91
* change pinyin/phrase tables to use dbm.
* enhance pinyin key representation and pinyin parsers.
version 1.2.0
* bug fixes.
version 1.1.91
* support Kyoto Cabinet as alternative to Berkeley DB.
* improve multiple dictionaries support feature.
version 1.1.0
* support to export user phrases.
version 1.0.0
* the first official release of 1.0.x.
version 0.9.94
* bug fixes.
version 0.9.93
* fixes libpinyin issues from coverity scan report.
version 0.9.92
* bug fixes.
version 0.9.91
* code re-factor.
version 0.9.0
* the first official release of 0.9.x.
* fixes import dictionary.
version 0.8.93
* add back pinyin_clear_constraint.
version 0.8.92
* fixes model data.
version 0.8.91
* multiple dictioniares and user dictionary support.
version 0.8.1
* bug fixes.
version 0.8.0
* the first official release of 0.8.x.
version 0.7.92
* re-factor PhraseLookup class.
* all tests passed simple valgrind memory check.
version 0.7.91
* simplify PinyinLookup class.
version 0.7.1
* add API to lookup pinyin for characters.
version 0.7.0
* the first official release of 0.7.x.
version 0.6.92
* draft support for multiple professional phrase libraries.
version 0.6.91
* support ucs4 characters.
* support guess sentence with prefix.
* initially support fuzzy pinyin segment.
version 0.6.0
* the first official release of 0.6.x.
version 0.5.92
* fixes new parsers and chewing large table.
* improves pinyin_save.
version 0.5.91
* some code re-factor and simplify.
* fixes the self-learning work around.
version 0.5.0
* the first official release of 0.5.x.
version 0.4.93
* fixes some bugs in new parsers.
version 0.4.92
* enable parallel make.
version 0.4.91
* New parsers for full pinyin/double pinyin/chewing.
* libpinyin now fully supports all pinyin auto corrections of
ibus-pinyin.
* libpinyin now better supports an/ang, en/eng, in/ing fuzzy
pinyin match.
version 0.3.0
* the first official release of 0.3.x.
version 0.2.99
* import from pinyin.
|