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
0
votes
1 answer

How can I train API using Watson AlchemyAPI?

I am trying to find out the entity from text input. If there any option to train Alchemy. So that I can modify entity according to my needs.
0
votes
1 answer

Swift (iOS) TokenAuthenticationStrategy gives me an unresolved identifier error for AlchemyLanguage API

I get an error unresolved identifier when I try to follow the steps to use AlchemyLanguage iOS API with Swift. I have imported WatsonDeveloperCloud and have the following two lines: let token = TokenAuthenticationStrategy(token:…
0
votes
1 answer

Trouble Running AlchemyAPI Natural Language Classifier APP in Bluemix

I've successfully deployed the AlchemyAPI Natural Language Classifier Sample App in Bluemix here. However, when I run it I repeatedly get output: "Not Found Error" no matter which question I select and ask.
0
votes
1 answer

cannot find symbol in alchemy api error

I'm getting an error when trying to use the AlchemyLanguage API in Java pom.xml org.apache.geronimo.specs geronimo-servlet_3.0_spec 1.0
Rakshith R Pai
  • 202
  • 1
  • 5
  • 13
0
votes
2 answers

AlchemyAPI News API returning old news

I've been doing some research on the News API in the AlchemyAPI. I found that sometimes it would return news that are years ago even I included "start=now-1d&end=now" in my query. Can anyone tell me how to fix this? Thanks a lot.
Alex Hui
  • 41
  • 4
0
votes
1 answer

Access values in the JSO

I am trying to test calling the Alchemy News API via a JavaScript client application using a JSONP post. My JSON results look like this: OK By accessing AlchemyAPI or using information generated by…
Brendan
  • 85
  • 6
0
votes
1 answer

How to sample recent articles from Alchemy DataNews API?

Does anyone know how I can query the Alchemy News API to retrieve a sample of all articles within the last 24 hours, up to the specified count number? Yesterday, I was using the query below to get 1,000 articles with concepts extracted, and it was…
AJZ513
  • 11
  • 1
0
votes
1 answer

KeyError: 'docSentiment' for sentiment analysis using AlchemyAPI in Python

I have a text file with userID and tweet text separated by a "-->". I want to load these into a dictionary and then iterate over the values, computing the sentiment for each tweet using AlchemyAPI. My input data is similar to this (real file has…
Utsav Chatterjee
  • 181
  • 3
  • 14
0
votes
1 answer

How to use alchemyAPI news data in Bluemix Node-RED?

I am using Bluemix environment and Node-RED flow editor. While trying to use the feature extract node that comes built-in Node-RED for the AlchemyAPI service, I am finding it hard to use it. I tried connecting it to the HTTP request node, HTTP…
0
votes
1 answer

Using AlchemyAPI to analyze sentiment for each tweet.

We would like to use Alchemy API to get the sentiment analysis data for each tweet. The use case is that if we submit a set of JSON docs (which are tweet objects) as input to Alchemy Sentiment Analysis API, can we get a sentiment analysis score for…
Rob Delwo
  • 11
  • 2
0
votes
1 answer

Unable to display extracted data from API into HTML form

I started using the AlchemyAPI key to extract json/xml data from url's. The alchemy url api key works just great when entered along with the queried url but I wanted the url part to come from the user side so first I created a form with the…
Geniusknight
  • 629
  • 1
  • 7
  • 22
0
votes
1 answer

Alchemy DataNews fake news?

got this entry in a query { "id": "MTc4MzcwNTQ4fDE0NDM1MjYyNDg", "source": { "enriched": { "url": { "enrichedTitle": { "docSentiment": { "mixed": "0", "score": -0.56943202, "type":…
Leo
  • 6,480
  • 4
  • 37
  • 52
0
votes
2 answers

How do I know how much time is remaining until I can use Alchemy API again?

Trying to use Alchemy API and getting the message Oct 07, 2015 8:48:44 PM com.ibm.watson.developer_cloud.service.AlchemyService execute SEVERE: {"error":"daily-transaction-limit-exceeded","code":429} Obviously, I have to wait 24h to use it…
Leo
  • 6,480
  • 4
  • 37
  • 52
0
votes
1 answer

alchemy api always says "totalTransactions: 730" even after just starting

I just today got an api key, and even after just a few loads of the sample queries with my key, i get intermittent errors saying that i've exceeded my daily 1000 transactions, and the transactions count is always 730. Is this just a bug? or does…
Kristian
  • 21,204
  • 19
  • 101
  • 176
0
votes
1 answer

ImportError: No module named alchemyapi (python)

I've gone through the guide yet I still seem to get the following error: Traceback (most recent call last): File "C:\Users\KVadher\Desktop\test.py", line 782, in from alchemyapi import AlchemyAPI ImportError: No module named…
semiflex
  • 1,176
  • 3
  • 25
  • 44