- update to 1.1.11 * update dict with more unicode characters. * Fix undefined behavior to make it work on emscripten - drop patch libime-1.1.10-boost166.patch, upstream chose to use c++20, boost166 no longer fits. OBS-URL: https://build.opensuse.org/request/show/1287591 OBS-URL: https://build.opensuse.org/package/show/M17N/libime?expand=0&rev=46
236 lines
8.6 KiB
Plaintext
236 lines
8.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jun 20 13:37:57 UTC 2025 - Marguerite Su <i@marguerite.su>
|
|
|
|
- update to 1.1.11
|
|
* update dict with more unicode characters.
|
|
* Fix undefined behavior to make it work on emscripten
|
|
- drop patch libime-1.1.10-boost166.patch, upstream chose to use
|
|
c++20, boost166 no longer fits.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 29 06:47:16 UTC 2025 - Marguerite Su <i@marguerite.su>
|
|
|
|
- update to 1.1.10
|
|
* New language model to fix some frequency issue
|
|
* Correction support for shuangpin
|
|
* Improving segmentation algorithm for pinyin
|
|
- refresh libime-1.1.10-boost166.patch
|
|
- drop libime-1.1.9-boost166.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 5 06:55:29 UTC 2025 - Marguerite Su <i@marguerite.su>
|
|
|
|
- update to 1.1.9:
|
|
* update model and dict
|
|
* Manually adjust certain character weight in dict
|
|
to avoid some meaningless score
|
|
- add patch libime-1.1.9-boost166.patch
|
|
* <boost/container_hash/hash.hpp> was splitted from
|
|
<boost/functional/hash.hpp> since boost 1.67
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 8 15:44:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.1.8:
|
|
* When parsing with correction flag, u,i,v should not be
|
|
considered as invalid
|
|
* Fix possible prediction duplicate
|
|
* Refactor pinyin map generatation with meaningful enum
|
|
* Allow un -> vn for jqxy
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 22 08:45:17 UTC 2024 - Marguerite Su <i@marguerite.su>
|
|
|
|
- update to 1.1.7:
|
|
* Support more pinyin correction
|
|
* Improve candidates to cursor logic
|
|
* Remove shuang pin's ng -> mapping to pinyin ng
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 17 09:16:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.1.6:
|
|
* Fix TscanCode detections
|
|
* clang tidy and coverity clean ups
|
|
* Handle customized single char final mapping
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 4 14:57:26 UTC 2024 - Marguerite Su <i@marguerite.su>
|
|
|
|
- update to 1.1.5
|
|
* Replace PUA character with non-PUA unicode in the table data.
|
|
- changes in 1.1.4
|
|
* Improve Pinyin prediction order
|
|
* Fix two shuangpin profile bugs
|
|
* Fix build on musl
|
|
* Fix for exact match mode
|
|
* libime_tabledict adds a new mode flag for extra dict.
|
|
- changes in 1.1.3
|
|
* reduce user model weight and unigram weight.
|
|
* new pinyin prediction API to allow prediction from dictionaries.
|
|
* Add more pinyin correction for wrong order e.g. (hzi -> zhi)
|
|
* Fix exact match mode in table.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 3 07:45:51 UTC 2023 - Marguerite Su <i@marguerite.su>
|
|
|
|
- update to 1.1.2
|
|
* Allow table to include words without code
|
|
* allow table ordering ignore the code length
|
|
* Allow value to be quoted
|
|
* Apply ZSTD compression the pinyin/table dict and user history.
|
|
* fix some performance issue for certain pinyin input
|
|
* Allow table rule to specify character from backwards.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 27 05:40:04 UTC 2023 - Marguerite Su <i@marguerite.su>
|
|
|
|
- update to 1.1.1
|
|
* hotfix for user pinyin parsing
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 20 05:47:37 UTC 2023 - Marguerite Su <i@marguerite.su>
|
|
|
|
- update to 1.1.0
|
|
* new language model
|
|
* fix full pinyin shuangpin preedit to use the pinyin of first candidate
|
|
* fuzzy pinyin now allows jqxy with van
|
|
* libime_pinyindict now skips invalid lines when building dictionary file
|
|
* improve partial match flag for chaizi
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 27 22:18:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.0.17:
|
|
* Accept lue or nue when parsing text formatted dictionary
|
|
* Don't make partial sp like z/c/s match zh/ch/sh
|
|
* Set a search size hard limit on the nbest search
|
|
* use int64_t for scoped clock
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 8 21:07:45 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.0.16:
|
|
* Use our own hasher for std::string because boost stream may not
|
|
use a fixed implementation for string hash
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 20 11:16:37 UTC 2022 - Fusion Future <qydwhotmail@gmail.com>
|
|
|
|
- Update to 1.0.15
|
|
* Update translation
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 20 12:35:09 UTC 2022 - Marguerite Su <i@marguerite.su>
|
|
|
|
- update version 1.0.14
|
|
* Update language model data and dictionary
|
|
* Add support for libime_history to compile text to binary data
|
|
- drop libime-1.0.13-return-0.0-for-other-platforms-in-usage.patch,
|
|
upstreamed
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 25 11:30:42 UTC 2022 - Takashi Iwai <tiwai@suse.com>
|
|
|
|
- Remove yet another stale file, table.tar.gz
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 24 12:02:08 UTC 2022 - Fusion Future <qydwhotmail@gmail.com>
|
|
|
|
- Remove one unused file
|
|
* libime-1.0.13.tar.xz
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 5 13:59:07 UTC 2022 - Fusion Future <qydwhotmail@gmail.com>
|
|
|
|
- Update to 1.0.13
|
|
* fix a crash in pinyin under certain rare cases
|
|
- Use _dict tar which contains all the needed dictionaries
|
|
- Fix build by adding return statement (gh#kpu/kenlm#391)
|
|
* libime-1.0.13-return-0.0-for-other-platforms-in-usage.patch
|
|
- Remove unneeded patch
|
|
* libime-no-download.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 25 13:53:26 UTC 2022 - Marguerite Su <i@marguerite.su>
|
|
|
|
- update version 1.0.11
|
|
* Partial shuangpin support. It's a new option
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 15 11:32:26 UTC 2021 - Marguerite Su <i@marguerite.su>
|
|
|
|
- update version 1.0.10
|
|
* Add API for dict manage
|
|
- changes in 1.0.9
|
|
* Allow pinyinjiajia shuangpin to use xiao'he style leading.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 2 04:21:58 UTC 2021 - Fusion Future <qydwhotmail@gmail.com>
|
|
|
|
- Update to 1.0.8
|
|
* Fix build with libboost 1.77 (boo#1191228).
|
|
* Add j|q|x|y ve as fuzzy for ue and add inner segment for ue fuzzy.
|
|
- Drop upstreamed patch
|
|
* libime-1.0.7-boost-1.66.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 5 07:18:44 UTC 2021 - Marguerite Su <i@marguerite.su>
|
|
|
|
- update version 1.0.7
|
|
* Improve result for in complete pinyin. In the old implementation some
|
|
"better" suggestions are filtered due to size limit and performance.
|
|
- changes in version 1.0.6
|
|
* minor fix in pinyin pronunciation weight. When adding new missing
|
|
pronunciation in the last release, the weight was not assigned
|
|
to some common characters, thus it causes confusion in the order.
|
|
This release update with weight for common characters and should
|
|
restore the ordering for those characters (e.g. 她 射)
|
|
- changes in version 1.0.5
|
|
* Update character data and add pronunciations.
|
|
- add patch libime-1.0.7-boost-1.66.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 16 04:04:16 UTC 2021 - Marguerite Su <i@marguerite.su>
|
|
|
|
- update version 1.0.4
|
|
* Add a lot of new pronunciation to the data
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 30 09:22:33 UTC 2021 - Marguerite Su <i@marguerite.su>
|
|
|
|
- update version 1.0.3
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 6 05:21:18 UTC 2020 - Marguerite Su <i@marguerite.su>
|
|
|
|
- update version 1.0.2
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 10 04:17:39 UTC 2020 - Marguerite Su <i@marguerite.su>
|
|
|
|
- update version 1.0.1
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 3 08:08:44 UTC 2020 - Marguerite Su <i@marguerite.su>
|
|
|
|
- update version 0.0.1+git20200901.e05fdd3
|
|
- update kenlm-96d393c.tar.xz to kenlm-20200829.01c49fe.tar.xz
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 3 23:43:38 UTC 2020 - Xu Zhao <i@xuzhao.net>
|
|
|
|
- update version 0.0.1+git20191230.5b6e890
|
|
- add new dependency: kenlm-96d393c.tar.xz
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 22 06:26:19 UTC 2019 - Marguerite Su <i@marguerite.su>
|
|
|
|
- update version 0.0.0+git20180826.3254159
|
|
* Protect against duplicate imported targets.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 26 04:49:39 UTC 2018 - i@marguerite.su
|
|
|
|
- initial package
|