Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodejieba

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodejieba - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

ChangeLog.md
# ChangeLog
## v1.0.1
* 修复在iojs v2.2.1 上编译不通过的问题,提升兼容性。
## v1.0.0

@@ -4,0 +8,0 @@

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc