- feat(compare): Add pinyin.compare for sort by pinyin. #104, #106.
- fixed phrases dict. #102, #103.
- fixed 的's pinyin. #94, #95
- 修复了词典拼音库。 #93
- fix(web): use strict. #82
- feat(TO3NE): TONE style by number [0-4] after phonetic notation character. #79
- Add iojs-3 support. #60, #61, #62.
- #57, #58 根据《汉语拼音方案》,
y
,w
, 不是声母。 - #56
ü
(yu) 不是声母。
- deps(nodejieba): nodejieba is optional dependency now. fixed #45.
- test(eslint): update code style and test by eslint.
- deps(nodejieba): upgrade [email protected]
- featute(分词): 增加分词选项,默认不开启分词(不兼容选项) #45
- test(performance): 增加了性能测试。
- Upgrade dependency [email protected], fixed #41
- Fixed #40 更新 nodejieba 依赖,修复 nodejieba 对 [email protected] 的支持。
- Fixed #38 , 结巴分词的词典路径问题。
- Fixed: #33, #37
便宜
- Update 分词模块从 Segment 切换为 Jieba。fixed #36
- Fixed #17 多音词『朝阳』
- 由于 #15, [email protected] 的 bug 导致在 npmjs.org 发布的 [email protected] 和 [email protected] shasum 值计算错误,新版 npm 无法正常安装,所以下线处理, 并发布了 [email protected]。
- 更新了针对 Web 环境的拼音库,使用 3500 个常用字库。
- 托 [email protected] 的福,Node 和 Web 版融合到一个仓库中。hotoo/node-pinyin 即将下线。
- Fixed: hotoo/node-pinyin#23 , extend(default, more.hasOwnProperty is not function).
- Update: 使用全新的,较为完整的拼音库。
- Update: 部分算法有调整。
- Fixed hotoo/node-pinyin#19, missing some words.
- Fixed #12, 补充缺失的『楞』字拼音。
- Fixed: 补充缺失的『特』字拼音。
- Fixed: hotoo/node-pinyin#16, 部分修复了忽略空白的问题。
- hotoo/node-pinyin#9 新增命令行支持。 Thanks @lyuehh
-
#6 调整返回的结果集结构,非汉字部分以原始字符和原始风格返回。
spm install hotoo/[email protected]
- Fix: 直接操作拼音库,影响后续的拼音转换正确性问题。
- Update: 非中文原样返回,不做任何处理。
- Add: 完善测试用例。
- Update: 其他的一些优化。