Questions tagged [alchemyapi]

AlchemyAPI is a SaaS platform that enriches textual content through automated tagging, categorization, linguistic analysis, and semantic mining. Available as both a free online API and commercial subscription service, AlchemyAPI is used by online publishers, news aggregators, and contextual advertising firms world-wide to understand and monetize online content.

AlchemyAPI provides content owners and web developers with a rich suite of content analysis and meta-data annotation tools.

Expose the semantic richness hidden in any content, using named entity extraction, keyword extraction, sentiment analysis, fact and relation extraction, document categorization, concept tagging, language detection, and structured content scraping. Use AlchemyAPI to enhance your website, blog, content management system, or semantic web application.

AlchemyAPI uses deep linguistic parsing, statistical natural language processing, and machine learning to analyze your content, extracting semantic meta-data: information about people, places, companies, topics, languages, and more.

Learn More

170 questions
1
vote
1 answer

What is the difference in using SDK and cURL in IBM Watson?

http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/alchemylanguage/overview.shtml When is SDK used and when cURL? What is the difference between the 2? In the link, tutorials for both are given
DeadPool
  • 185
  • 2
  • 13
1
vote
1 answer

Alchemy News Excerpts

We are formatting and presenting Alchemy Data News query results for our users. I think I see other demos that do this (e.g. Watson News Explorer) and they display a small excerpt from each article. I don't see any excerpts returned by Alchemy Data…
Jim Hoskins
  • 270
  • 1
  • 9
1
vote
0 answers

IBM AlchemyAPI - create corpus/knowledge graph with my data and perform concept search

I'd like to create a corpus with my data set. I'd like something similar to creating a corpus with documents in Watson Concept Insights, but I did not find the corresponding API in Alchemy. How do you create a corpus/knowledge graph using…
Ravi
  • 135
  • 1
  • 5
1
vote
1 answer

AlchemyAPI call to ingest news by URL

I use the AlchemyData News API to search for news articles by category to receive sentiment and company information. Is there a way to instead of searching for an article, to feed an Article URL or headline to the service to have the article…
codezoo
  • 593
  • 1
  • 6
  • 16
1
vote
0 answers

Node-RED node for Watson Alchemy News

I have created a new node for Node-RED to get access to Watson Alchemy News functionality. This nodes allows to define 'free queries' and simpler 'assisted ones' to look for the news content. Alchemy News API provides many different fields which…
GNF
  • 93
  • 1
  • 8
1
vote
1 answer

Sending an AlchemyData News query using Node.js (watson-developer-cloud module)

I'm currently working with Node.js using the watson-developer-cloud Node.js SDK and I'm having problems when sending a query that includes an entity. This is my code: // require watson's node sdk and fs var watson =…
Paul
  • 142
  • 2
  • 2
  • 12
1
vote
1 answer

Watson/Alchemy sentiment analysis mislabeled as negative in some cases

I'm using the Watson/Alchemy Sentiment Analysis API, and have found some articles that are being labeled negative, when the articles are arguably positive. This happens when the articles are discussing good or beneficial decreases. For example,…
jdscott
  • 27
  • 4
1
vote
0 answers

How to use the AlchemyAPI for face detection / recognition in Python

This is pretty much a generic question and just would like someone to point me the right direction. I understand the existence of an API in Alchemy as documented in…
misctp asdas
  • 973
  • 4
  • 13
  • 35
1
vote
1 answer

Why am I getting 'invlid-api-key' from AlchemyAPI while using HTTP.call in meteorjs?

I am trying to get the sentiment of a piece of text using th AlchemyAPI in my meteor application. I am using HTTP.call with 'POST' as recommended by the API to make a server to server call, but I am getting an 'invalid-api-key' response. var…
jagzviruz
  • 1,453
  • 12
  • 27
1
vote
1 answer

error:999 with Alchemy API to extract microformats

I'm trying to use alchemy API to export microformats, I always have the same error cannot-retrieve:downstream-http-error:999 Here is the call I use :…
1
vote
0 answers

IBM Bluemix AlchemyAPI Text Extraction Error

I'm using AlchemyAPI's text extraction API via Bluemix to get the text of webpages for an app I built. More specifically, the URLGetText call. Customers are complaining that various webpages are not supported due to their text language and are…
Alex Wulff
  • 2,039
  • 3
  • 18
  • 29
1
vote
1 answer

Why does the URLGetRelations API mislabel some sentences as "future" tense?

I'm hoping to use the URLGetRelations API to help identify sentences in text that are future tense. However, I’ve seen inaccuracies in sentences the API is identifying as future tense. Examples below, all identified as "future" but these are…
jdscott
  • 27
  • 4
1
vote
1 answer

I can get Alchemy Data News results with entities or keywords, but not both

I'm trying to search and retrieve news articles on Alchemy Data News. I can get results using…
David Powell
  • 537
  • 1
  • 4
  • 16
1
vote
2 answers

Is there an iOS SDK of Alchemy API?

is there a software development kit (sdk) for AlchemyAPI using Swift/Objective-C for iOS native developer?
HamasN
  • 524
  • 1
  • 5
  • 20
1
vote
1 answer

composer require: "Could not find package alchemyai/alchemyapi_php"

I follow instruction here to install alchemyapi_php package in symfony2: https://packagist.org/packages/alchemyai/alchemyapi_php I get this error: [InvalidArgumentException] Could not find package alchemyai/alchemyapi_php at any version for your…
Dung
  • 19,199
  • 9
  • 59
  • 54