- Aug 16, 2023
-
-
Yuanle Song authored
-
- Aug 15, 2023
-
-
Yuanle Song authored
-
Yuanle Song authored
-
- Feb 16, 2020
-
-
Yuanle Song authored
-
Yuanle Song authored
-
Yuanle Song authored
-
- Feb 02, 2020
-
-
Yuanle Song authored
-
- Jan 13, 2020
-
-
Yuanle Song authored
-
- Nov 05, 2019
-
-
Yuanle Song authored
it turns out this project works in any meson version.
-
- Oct 23, 2019
-
-
Yuanle Song authored
use fuzzy_flag param in a new method instead. added GetCandidatesV2 method in service interface. use this new method in zero-el.
-
Yuanle Song authored
So user will start using new version right away.
-
Yuanle Song authored
pinyin support when parsing pinyin. otherwise, preedit_str such as rug(uo) will not show two word candidates
-
- Oct 22, 2019
-
-
Yuanle Song authored
-
Yuanle Song authored
- added FuzzyFlag property. - updated zero-pinyin.el to support zero-pinyin-fuzzy-flag variable.
-
Yuanle Song authored
do not allow omit shengmu. only allow omit yunmu.
-
- Sep 28, 2019
-
-
Yuanle Song authored
-
Yuanle Song authored
-
- Sep 01, 2019
-
-
Yuanle Song authored
changed some g_message to g_debug to reduce log during normal usage. especially, do not log user's preedit_str, this could leak sensitive user data to syslog.
-
- Aug 31, 2019
-
-
Yuanle Song authored
create-deb: create release/ dir if it doesn't exist.
-
Yuanle Song authored
-
Yuanle Song authored
-
Yuanle Song authored
- make db path portable. - reuse libpyzy main db and user db logic. - auto create user db (tables, indices) if it doesn't exist. - added create-deb.sh, it can create deb file for debian.
-
- Apr 16, 2019
-
-
Yuanle Song authored
-
- Apr 08, 2019
-
-
Yuanle Song authored
format code using myastyle. removed space after function name. put pointer on variable name side.
-
Yuanle Song authored
- CommitCandidate allow save phrase and user_freq in user db. - bugfix: GetCandidates SQL query ORDER BY field fixed. - bugfix: fix a memleak in on_handle_get_candidates() - minor bugfix: fix variable name in meson.build
-
Yuanle Song authored
-
Yuanle Song authored
now xi'an etc types okay.
-
- Apr 07, 2019
-
-
Yuanle Song authored
this method allow user to delete candidate so they won't appear in future queries.
-
Yuanle Song authored
-
- Apr 05, 2019
-
-
Yuanle Song authored
use release build for file in that path. add ninja install target.
-
Yuanle Song authored
make code compile in release mode. no unused variable.
-
Yuanle Song authored
otherwise the group by command only applies to the 2nd SQL.
-
Yuanle Song authored
enabled some fuzzy pinyin support.
-
Yuanle Song authored
-
Yuanle Song authored
-
- Apr 04, 2019
-
-
Yuanle Song authored
simplified the SQL query, remove the top level wrapper. it's unnecessary.
-
Yuanle Song authored
get_candidates() implemented naively. no jian pin support, no auto correction, no ambiguity pinyin support, but here is a good foundation to work on.
-
Yuanle Song authored
working on get_candidates().
-