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 2.2.1 to 2.2.2

deps/cppjieba/SegmentTagged.hpp

5

ChangeLog.md
# NodeJieba ChangeLog
## v2.2.2
+ upgrade cppjieba -> v4.8.1
+ (word freq tag) format in user dict has been supported.
## v2.2.1

@@ -4,0 +9,0 @@

2

package.json
{
"name": "nodejieba",
"description": "chinese word segmentation for node",
"version": "2.2.1",
"version": "2.2.2",
"author": "Yanyi Wu <i@yanyiwu.com>",

@@ -6,0 +6,0 @@ "maintainers": [

@@ -295,2 +295,9 @@ var should = require("should");

});
it('nodejieba.cut("区块链")', function() {
nodejieba.cut("区块链").should.eql(['区块链']);
});
it('nodejieba.tag("区块链")', function() {
nodejieba.tag("区块链").should.eql([ { word: '区块链', tag: 'nz' }]);
});
});

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