@@ -118,6 +118,7 @@ speller:
118118# lookupers
119119japanese_lookup :
120120 dictionary : japanese
121+ enable_completion : false
121122 spelling_hints : 5
122123 comment_format :
123124 - " xlit|q|ー|"
@@ -127,6 +128,7 @@ japanese_lookup:
127128japanese_pinyin_lookup :
128129 tag : japanese_pinyin_lookup
129130 prefix : " P"
131+ enable_completion : false
130132 dictionary : japanese_pinyin
131133 prism : japanese_pinyin
132134 tips : 〔拼音和字〕
@@ -138,13 +140,15 @@ japanese_pinyin_lookup:
138140translate_en2jp_lookup :
139141 tag : translate_en2jp_lookup
140142 dictionary : translate_en2jp
143+ enable_completion : false
141144 prism : translate_en2jp
142145 prefix : " J"
143146 suffix : " `"
144147 tips : 〔英语は日本語翻訳〕
145148
146149translate_en2zh_lookup :
147150 tag : translate_en2zh_lookup
151+ enable_completion : false
148152 dictionary : translate_en2zh
149153 prism : translate_en2zh
150154 prefix : " H"
@@ -154,7 +158,7 @@ translate_en2zh_lookup:
154158# stroke_lookup:
155159# tag: stroke_lookup
156160# dictionary: stroke
157- # enable_completion: true
161+ # enable_completion: false
158162# prefix: "H"
159163# suffix: "`"
160164# tips: 〔筆畫輸入〕
@@ -167,7 +171,7 @@ sno_wubi_kanji_lookup:
167171 tag : sno_wubi_kanji_lookup
168172 dictionary : sno_wubi_kanji
169173 prism : sno_wubi_kanji
170- enable_completion : true
174+ enable_completion : false
171175 prefix : " J"
172176 suffix : " `"
173177 tips : 〔五筆漢字〕
@@ -177,7 +181,7 @@ sno_wubi_lookup:
177181 tag : sno_wubi_lookup
178182 dictionary : sno_wubi
179183 prism : sno_wubi
180- enable_completion : true
184+ enable_completion : false
181185 prefix : " W"
182186 suffix : " `"
183187 tips : 〔五筆汉字〕
@@ -192,7 +196,7 @@ sno_emoji_lookup:
192196 tips : 〔Emoji〕
193197 dictionary : sno_emoji
194198 enable_sentence : true
195- enable_completion : true
199+ enable_completion : false
196200 enable_encoder : true
197201 encode_commit_history : true
198202 disable_user_dict_for_patterns :
@@ -213,8 +217,8 @@ sno_emoji_lookup:
213217 # remove duplicates
214218 - " xform/ (\\ S+)( \\ 1)+/ $1/"
215219 # clip...
216- - " xform/ (.{60}).+/$1... /"
217- # - "xform/(.{125}).+/$1... /"
220+ - " xform/ (.{60}).+/$1… /"
221+ # - "xform/(.{125}).+/$1… /"
218222 - " xform/^\\ s*//"
219223 - " xform/\\ s*$//"
220224
@@ -307,7 +311,7 @@ translate_en2jp_reverse_lookup:
307311 # 重复消除
308312 - " xform/ (\\ S+)( \\ 1)+/ $1/"
309313 # 截断省略
310- - " xform/ (.{60 }).+/$1... /"
314+ - " xform/ (.{40 }).+/$1… /"
311315 - " xform/^\\ s*//"
312316 - " xform/\\ s*$//"
313317
@@ -329,9 +333,9 @@ translate_en2zh_reverse_lookup:
329333 - " xform/ ([a-z]+)((?:-[a-z]+)*) \\ 1([a-z]+)/ $1$2-$3/" # 4
330334 - " xform/ ([a-z]+)((?:-[a-z]+)*) \\ 1([a-z]+)/ $1$2-$3/" # 5
331335 # # 重复消除
332- # - "xform/ (\\S+)( \\1)+/ $1/"
336+ - " xform/ (\\ S+)( \\ 1)+/ $1/"
333337 # 截断省略
334- - " xform/ (.{60 }).+/$1... /"
338+ - " xform/ (.{30 }).+/$1… /"
335339 - " xform/^\\ s*//"
336340 - " xform/\\ s*$//"
337341
0 commit comments