calais-entity-extractor
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -190,2 +190,5 @@ var request = require('request'); | ||
//Limts to just under 100kb.... | ||
html = html.substring(0, 95000); | ||
//We can upload the html directly to Calais if we set the contentType as text/html | ||
@@ -237,2 +240,2 @@ var params = { | ||
exports.Calais = Calais; | ||
exports.Calais = Calais; |
{ | ||
"name": "calais-entity-extractor", | ||
"version": "1.1.0", | ||
"version": "1.1.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
20462
239