Comparing version 1.0.0 to 1.0.1
# ChangeLog | ||
## v1.0.1 | ||
* 修复在iojs v2.2.1 上编译不通过的问题,提升兼容性。 | ||
## v1.0.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "nodejieba", | ||
"description": "chinese word segmentation for node", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Yanyi Wu <i@yanyiwu.com>", | ||
@@ -6,0 +6,0 @@ "maintainers": [ |
@@ -11,6 +11,11 @@ [![Build Status](https://travis-ci.org/yanyiwu/nodejieba.png?branch=master)](https://travis-ci.org/yanyiwu/nodejieba) | ||
`NodeJieba`只是[CppJieba]简单包装而成的`node`扩展,用来进行中文分词。 | ||
`NodeJieba` 是由 [CppJieba] 包装而成的 `node` 扩展,用来支持 Node.js 的中文分词功能。 | ||
对实现感兴趣的请看如下博文: | ||
## 特点 | ||
+ `require("nodejieba")` 时自动载入词典,即插即用。 | ||
+ 底层算法实现是C++,性能高效。 | ||
对实现细节感兴趣的请看如下博文: | ||
+ [Node.js的C++扩展初体验之NodeJieba] | ||
@@ -33,6 +38,4 @@ + [由NodeJieba谈谈Node.js异步实现] | ||
### 默认分词算法 | ||
### 初始化 | ||
#### 初始化 | ||
```js | ||
@@ -45,7 +48,7 @@ var nodejieba = require("nodejieba"); | ||
具体用法可以参考 `test/test.js` | ||
具体用法参考 `test/test.js` | ||
### 关键词抽取 | ||
具体用法可以参考 `test/test.js` | ||
具体用法参考 `test/test.js` | ||
@@ -61,2 +64,6 @@ ## 测试 | ||
## 许可证 | ||
MIT http://yanyiwu.mit-license.org | ||
## 鸣谢 | ||
@@ -63,0 +70,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79
11699886
50