calais-entity-extractor
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -27,2 +27,3 @@ | ||
// Example entity searching | ||
/* | ||
calais.search("IBM", function(result, err) { | ||
@@ -33,4 +34,4 @@ if (err) | ||
}); | ||
*/ | ||
/* | ||
@@ -37,0 +38,0 @@ //Example text entity tagging functionality. |
@@ -326,2 +326,4 @@ var request = require('request'); | ||
} else if (response.statusCode === 200) { | ||
if (!calaisData) | ||
return cb({}, calais.errors); | ||
@@ -397,2 +399,4 @@ // parse to a Javascript object if requested | ||
} else if (response.statusCode === 200) { | ||
if (!calaisData) | ||
return cb({}, calais.errors); | ||
@@ -453,2 +457,4 @@ // parse to a Javascript object if requested | ||
} else if (response.statusCode === 200) { | ||
if (!calaisData) | ||
return cb({}, calais.errors); | ||
@@ -494,2 +500,4 @@ // parse to a Javascript object if requested | ||
} else if (response.statusCode === 200) { | ||
if (!calaisData) | ||
return cb({}, calais.errors); | ||
@@ -496,0 +504,0 @@ // parse to a Javascript object if requested |
{ | ||
"name": "calais-entity-extractor", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Extract entities from text using Open Calais.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
32737
483