Comparing version 2.4.1 to 2.4.2
{ | ||
"name": "pinyin", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "汉语拼音转换工具。", | ||
"keywords": [ | ||
"拼音", | ||
"汉语", | ||
"Pinyin" | ||
@@ -8,0 +9,0 @@ ], |
@@ -36,5 +36,5 @@ | ||
jieba.loadDict( | ||
"./node_modules/nodejieba/dict/jieba.dict.utf8", | ||
"./node_modules/nodejieba/dict/hmm_model.utf8", | ||
"./node_modules/nodejieba/dict/user.dict.utf8"); | ||
__dirname + "/../node_modules/nodejieba/dict/jieba.dict.utf8", | ||
__dirname + "/../node_modules/nodejieba/dict/hmm_model.utf8", | ||
__dirname + "/../node_modules/nodejieba/dict/user.dict.utf8"); | ||
@@ -41,0 +41,0 @@ // 词语拼音库。 |
{ | ||
"name": "pinyin", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "汉语拼音转换工具。", | ||
"keywords": [ | ||
"拼音", | ||
"汉语", | ||
"Pinyin" | ||
@@ -8,0 +9,0 @@ ], |
@@ -5,3 +5,3 @@ # 汉字拼音转换工具。 | ||
[![NPM version](https://badge.fury.io/js/pinyin.png)](http://badge.fury.io/js/pinyin) | ||
[![NPM version](https://badge.fury.io/js/pinyin.png)](https://www.npmjs.com/package/pinyin) | ||
[![spm package](http://spmjs.io/badge/pinyin)](http://spmjs.io/package/pinyin) | ||
@@ -8,0 +8,0 @@ [![Build Status](https://secure.travis-ci.org/hotoo/pinyin.png?branch=master)](https://travis-ci.org/hotoo/pinyin) |
@@ -36,5 +36,5 @@ | ||
jieba.loadDict( | ||
"./node_modules/nodejieba/dict/jieba.dict.utf8", | ||
"./node_modules/nodejieba/dict/hmm_model.utf8", | ||
"./node_modules/nodejieba/dict/user.dict.utf8"); | ||
__dirname + "/../node_modules/nodejieba/dict/jieba.dict.utf8", | ||
__dirname + "/../node_modules/nodejieba/dict/hmm_model.utf8", | ||
__dirname + "/../node_modules/nodejieba/dict/user.dict.utf8"); | ||
@@ -41,0 +41,0 @@ // 词语拼音库。 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16068311