-
I'm using a mac m2 pro, nothing special about my config but the chat panel somehow doesn't allow copy and paste using key commands, it's very annoying, disruptive because I need to be able to copy and…
-
const words = await asyncPinyin("中心", {
segment: true
});
console.log(words); // [ 'zhong', 'zhong', 'xin', 'xin' ]
我会获得以上结果,平台是arm64,当前模块版本是1.7.3。
-
```
我喜欢郑码,也喜欢vimperator,
下载了这个xpi看了下,结果看不懂,呵呵,特请求作者开发��
�码版的vimperator.
郑码码表在这里可下载:
http://u.115.com/file/ 提取码:f25ceb9848
```
Original issue reported on code.google.com by `niejieqi...@gmail.co…
-
The input method is Simplified Pinyin, it is normal under Chrome, and numbers and punctuation cannot be input under Safari
## Details
- Browser and browser version: Safari 13.1.2 (15609.3.5.1.3)…
-
如下API,segmentation虽然对拼音做了分组,但是没有返回对应的汉字词语(或其索引)。
```js
console.log(pinyin("我喜欢你", {
segment: "segmentit", // 启用分词
group: true, // 启用词组
})); …
-
```
弄了个支持多音字的版本,这次是覆盖了 hints._hintMatcher()。
使用之前要移除 pinyin-hints.js
```
Original issue reported on code.google.com by `mozbug...@gmail.com` on 6 Aug 2011 at 4:49
Attachments:
- [chinese-hint-match…
-
- [ ] what is the source ? Unihan, CJKlib, Moedict, ...
- [ ] how many characters covered
+Thanks for this project !
-
intalled hexo-ruby-character,write {% ruby someting|someting %}in my _.md ,save and run `hexo generate`,it back `killed`
安装完这个插件后,我在_.md文件里写入 {% ruby 测试|测试 %},运行`hexo generate`会提示`killed`
-
Happens only on Samsung keyboard on a Galaxy Tab E. Google pinyin keyboard seems to be ok.
Fixed by commenting out https://github.com/LeoEatle/react-composition-input/blob/19600525099666026e939958e…
-
@TooBug 有很好的一个 PR #26 ,这个 PR 其实早已经无法合并进来了,但是我一直没舍得关掉,因为有很好的参考价值。
- 二进制字典。
- 二分法查找。
我计划近期也尝试更新使用这两者,另外其他的一些技术(比如偏移量)也会进行尝试。
如果尝试的结果满足甚至超出预期,会合并且升级版本到 3.0.x
目前 @TooBug/pinyin 是每个汉字转换都会 fs.openSync 二进…
hotoo updated
8 years ago