Comparing version 1.4.8 to 1.4.9
# NodeJieba ChangeLog | ||
## v1.4.9 | ||
Upgrade limonp and cppjieba to fix [issue48](https://github.com/yanyiwu/nodejieba/issues/48) | ||
* limonp -> v0.5.4 | ||
* cppjieba -> v4.5.0 | ||
## v1.4.8 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "nodejieba", | ||
"description": "chinese word segmentation for node", | ||
"version": "1.4.8", | ||
"version": "1.4.9", | ||
"author": "Yanyi Wu <i@yanyiwu.com>", | ||
@@ -6,0 +6,0 @@ "maintainers": [ |
@@ -272,2 +272,5 @@ var should = require("should"); | ||
}); | ||
it('nodejieba.cut("今天天气很好,🙋 我们去郊游。")', function() { | ||
nodejieba.cut("今天天气很好,🙋 我们去郊游。").should.eql([ '今天天气', '很', '好', ',', '🙋', ' ', '我们', '去', '郊游', '。' ]); | ||
}); | ||
}); |
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
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
11719263
56
344