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.4.3 to 1.4.4

lib/jieba/limonp/BoundedBlockingQueue.hpp

18

ChangeLog.md
# NodeJieba ChangeLog
## v1.4.4
* 升级 [cppjieba] 到最新版本 v4.2.1
## v1.4.3
* 升级 cppjieba 到最新版本 v4.1.2
* 升级 [cppjieba] 到最新版本 v4.1.2

@@ -53,3 +57,3 @@ ## v1.4.2

* 使用[CppJieba] v3.0.0 版本,使用更简洁的接口函数,可以使用参数指定切词方法。
* 使用[cppjieba] v3.0.0 版本,使用更简洁的接口函数,可以使用参数指定切词方法。
* `require("nodejieba")` 时自动载入词典,用户无需再烦心字典的事情,实现即插即用。

@@ -73,3 +77,3 @@ * 听从 [issue23] 的建议,废除异步调用的接口,现在的接口函数都是同步调用函数,分别是 `cut`, `tag`, `extract` 。因为分词毕竟是CPU密集型的事情,没必要使用异步调用。

* 更新 [CppJieba] 。
* 更新 [cppjieba] 。
* 打印更详细的初始化错误日志信息。

@@ -130,13 +134,13 @@

* 更新[CppJieba],支持更低版本的g++。
* 更新[cppjieba],支持更低版本的g++。
## v0.1.2
* 更新[CppJieba],使用`less_memory`这个branch来减少Trie树内存的开销。
* 更新[cppjieba],使用`less_memory`这个branch来减少Trie树内存的开销。
## v0.1.1
* 依照node的c++扩展的常规写法,对CppJieba进行简单的包装,并已`npm publish`
* 依照node的c++扩展的常规写法,对cppjieba进行简单的包装,并已`npm publish`
[CppJieba]:http://github.com/yanyiwu/cppjieba.git
[cppjieba]:http://github.com/yanyiwu/cppjieba.git
[nan]:https://github.com/nodejs/nan/

@@ -143,0 +147,0 @@ [issue23]:https://github.com/yanyiwu/nodejieba/issues/23

{
"name": "nodejieba",
"description": "chinese word segmentation for node",
"version": "1.4.3",
"version": "1.4.4",
"author": "Yanyi Wu <i@yanyiwu.com>",

@@ -22,3 +22,5 @@ "maintainers": [

"cppjieba",
"jieba"
"jieba",
"中文分词",
"结巴分词"
],

@@ -30,3 +32,5 @@ "dependencies": {

"mocha": "~2.3.4",
"should": "~7.1.1"
"should": "~7.1.1",
"istanbul": "~0.2.4",
"coveralls": "~2.7.1"
},

@@ -33,0 +37,0 @@ "scripts": {

@@ -5,5 +5,7 @@ [![Build Status](https://travis-ci.org/yanyiwu/nodejieba.png?branch=master)](https://travis-ci.org/yanyiwu/nodejieba)

[![NpmDownload Status](http://img.shields.io/npm/dm/nodejieba.svg)](https://www.npmjs.org/package/nodejieba)
[![NPM Version](https://img.shields.io/npm/v/nodejieba.svg?style=flat)](https://www.npmjs.org/package/nodejieba)
[![Coverage Status](https://coveralls.io/repos/yanyiwu/nodejieba/badge.svg?branch=master&service=github)](https://coveralls.io/github/yanyiwu/nodejieba?branch=master)
- - -
# NodeJieba "结巴"分词的Node.js版本
# NodeJieba "结巴"分词的Node.js版本 [English](README_EN.md)

@@ -126,7 +128,9 @@ ## 介绍

+ 支持中文搜索的 gitbook 插件:[gitbook-plugin-search-pro]
+ 支持中文搜索的 gitbook 插件: [gitbook-plugin-search-pro]
+ 汉字拼音转换工具: [pinyin]
## 性能评测
[Jieba中文分词系列性能评测]
性能杠杠的,应该是目前性能最好的 Node.js 中文分词库,没有之一。
详见: [Jieba中文分词系列性能评测]

@@ -168,1 +172,2 @@ ## 在线演示

[gitbook-plugin-search-pro]:https://plugins.gitbook.com/plugin/search-pro
[pinyin]:https://github.com/hotoo/pinyin

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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