Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Yuanle Song
zero-pinyin-service
Commits
5149232d
Commit
5149232d
authored
Feb 16, 2020
by
Yuanle Song
Browse files
v0.10.0 enable ue -> ve fuzzy by default.
parent
8b4d81ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
meson.build
View file @
5149232d
# -*- mode: conf -*-
project
(
'zero-pinyin-service'
,
[
'c'
,
'cpp'
],
version
:
'0.
9.3
'
,
version
:
'0.
10.0
'
,
license
:
'GPL'
,
meson_version
:
'>=0.1.0'
,
default_options
:
[
...
...
zero-pinyin-service.c
View file @
5149232d
...
...
@@ -356,7 +356,8 @@ add_candidate_to_builders(Candidate *c,
guint
to_pyzy_flag
(
const
guint
fuzzy_flag
)
{
guint
result
=
0
;
/* ue to ve is enabled by default. */
guint
result
=
PINYIN_CORRECT_UE_TO_VE
;
if
(
fuzzy_flag
&
FUZZY_FLAG_ZCS_ZHCHSH
)
{
result
=
result
|
PINYIN_FUZZY_Z_ZH
|
PINYIN_FUZZY_ZH_Z
|
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment