Comparing version 1.0.2 to 1.0.3
@@ -6,3 +6,3 @@ var uuid = require("../node_modules/node-uuid").v4; | ||
function Node(id) { | ||
if(id === undefined) { | ||
if(id == undefined) { | ||
this.id = uuid(); | ||
@@ -9,0 +9,0 @@ } else { |
{ | ||
"name": "pat-tree", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "PAT tree construction for Chinese documents, keyword extraction and text segmentation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -277,2 +277,3 @@ pat-tree | ||
* 1.0.3 Minor change in module Node.js | ||
* 1.0.2 Gaurantee SLP sorting order when `segmentDoc()` | ||
@@ -279,0 +280,0 @@ * 1.0.1 Modify README file |
36636
298