calais-entity-extractor
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -92,4 +92,2 @@ var request = require('request'); | ||
entity.companyFounded = p.CompanyFounded; | ||
if (p.hasOwnProperty("CompanyTicker")) | ||
entity.ticker = p.CompanyTicker; | ||
if (resolution) { | ||
@@ -104,2 +102,4 @@ if (resolution.hasOwnProperty("name")) | ||
entity.commonname = resolution.commonname; | ||
if (resolution.hasOwnProperty("ticker")) | ||
entity.ticker = resolution.ticker; | ||
} | ||
@@ -106,0 +106,0 @@ } else if (entity.type == "City") { |
{ | ||
"name": "calais-entity-extractor", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"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
35362