helm-mode打开文件支持中文搜索helm-mode打开文件支持中文搜索Table of Contents1. pinyin-search2. helm-find-files中的拼音搜索3. helm-multi-files和helm-projectile中的拼音搜索3.1. match3.2.... ...
分类:
其他好文 时间:
2017-01-27 10:51:27
阅读次数:
415
1. 首先在百度搜索搜狗拼音输入法Linux就能看到它的官网:http://pinyin.sogou.com/linux/ 下载后直接安装。安装成功后在控制台输入 如果选中的是fcitx则可以直接执行下步操作。 如果不是则修改为fcitx然后重新启动。 在控制台输入fcitx-config-gtk3 ...
分类:
系统相关 时间:
2017-01-16 17:52:14
阅读次数:
188
一、拼音分词的应用拼音分词在日常生活中其实很常见,也许你每天都在用。打开淘宝看一看吧,输入拼音”zhonghua”,下面会有包含”zhonghua”对应的中文”中华”的商品的提示:拼音分词是根据输入的...
分类:
其他好文 时间:
2016-12-28 19:08:01
阅读次数:
307
按拼音排序 select * from perexl order by nlssort(danwei,'NLS_SORT=SCHINESE_PINYIN_M'); 按部首排序 select * from perexl order by nlssort(danwei,'NLS_SORT=SCHINES ...
分类:
数据库 时间:
2016-12-26 16:27:09
阅读次数:
229
Install Google Pinyin on Ubuntu 14.04 I’ve been spending more and more time on Ubuntu and I’m not used to the Chinese keyboard that ships with Ubuntu. ...
分类:
系统相关 时间:
2016-12-22 08:57:33
阅读次数:
284
本文转载自:http://www.epubit.com.cn/article/867 <?php function Pinyin($_String, $_Code='gb2312') { $_DataKey = "a|ai|an|ang|ao|ba|bai|ban|bang|bao|bei|ben| ...
分类:
Web程序 时间:
2016-12-18 12:12:36
阅读次数:
212
ubuntu版本 16.04 在terminal 输入命令 sudo apt-get install ibus-pinyin sudo apt-get ibus-setup 设置 选择拼音,添加选择system settings 选择text entry 点击+号添加 选择chinese(pinyi ...
分类:
系统相关 时间:
2016-12-17 23:14:06
阅读次数:
279
系统本来就有ibus-pinyin.只需要百度一下ibus-pinyin的设置就可以。按Ctrl+空格键或者直接按Shift键切换中英文
分类:
编程语言 时间:
2016-12-13 00:31:59
阅读次数:
194
安装企鹅拼音sudoapt-getinstallfcitx-pinyin设置小企鹅为默认im-configsudoreboot
分类:
系统相关 时间:
2016-11-30 17:57:33
阅读次数:
183
如何在Elasticsearch中安装中文分词器(IK+pinyin) 如果直接使用Elasticsearch的朋友在处理中文内容的搜索时,肯定会遇到很尴尬的问题——中文词语被分成了一个一个的汉字,当用Kibana作图的时候,按照term来分组,结果一个汉字被分成了一组。 这是因为使用了Elasti ...
分类:
其他好文 时间:
2016-11-25 01:09:56
阅读次数:
467