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

Where do we have to specify the alchemyapi key in the java sdk?

I am using alchemyapi java sdk for my project.I have successfully build the project in the eclipse. But when i am trying to run individual classes than it will showing error for the api key. I have the key what i don't know where exactly this key to…
vin
  • 231
  • 1
  • 17
0
votes
1 answer

HTTP request: 400 error

For a project I'm working on in Rails, I'm using AlchemyData news API. I'm currently trying to run an HTTP request in pry, which looks like below (I replaced my own API key with the substitute my_api_key, and for clarity, a > indicates what I've…
user6565727
0
votes
1 answer

Json Value wrapped within two extra double quotes

I am doing the following query to Watson Alchemy API $response =…
Samuel
  • 781
  • 5
  • 22
0
votes
1 answer

ERROR invalid-api-key PHP /CURL for Alchemy api text/TextGetCombinedData

I am getting ERROR Invalid key cURL/php CODE: $request = "https://gateway-a.watsonplatform.net/calls/url/URLGetAuthors?apikey=$alchemyapikey&url=www.ibm.com"; //echo $request; $curl = curl_init($request); $alchemydata = array …
bgara
  • 143
  • 1
  • 12
0
votes
1 answer

AlchemyAPI API key not working

Using a free trial account for AlchemyAPI (Bluemix), the provided API key only works for: https://gateway-a.watsonplatform.net/calls/url/URLGetRankedNamedEntities. But I want to use it…
Kyaw Tun
  • 12,447
  • 10
  • 56
  • 83
0
votes
1 answer

Unable to delete applications from Bluemix dashboard

I created one application using alchemy-api services. I am unable to delete it from dashboard now. Not sure what's the reason . Please suggest.
Prerna
  • 29
  • 2
0
votes
1 answer

Alchemy News API - How to retrieve full text of a article?

The field "enriched.url.text" returns only snippet of a article.But the documentation says it has full text and it is searchable i'm not able to understand it clearly. Any help would be greatly appreciated
0
votes
1 answer

Watson alchemy language API error

I trying to use Watson alchemy language. After registering on Bluemix and creating an instance I have got a "invalid-api-key" error on checking URL: http://access.alchemyapi.com/calls/info/GetAPIKeyInfo?apikey= The same error raised with using…
user1941407
  • 2,722
  • 4
  • 27
  • 39
0
votes
1 answer

How do you retrieve the name of the publication that is the source of the retrieved news article?

The Alchemy News API has many fields that can be retrieved when fetching news articles. However, the name of the publication that originally published the article does not seem to be one of them. This seems like an unlikely omission. Am I just…
David Powell
  • 537
  • 1
  • 4
  • 16
0
votes
1 answer

Alchemy API in Matlab

Is it possible to use the Alchemy API in Matlab? I want to call the URLGetTextSentiment method, without using other IDE's. Would be great if you have some experience with that and share it with me.
Gabriel
  • 189
  • 2
  • 10
0
votes
2 answers

Credentials couldn't be created for alchemy-api-service-free

I would like to create credentials for the alchemy api service. After clicking on "Add New Credential", i get the following error: Add New Credential × BXNUI0099E: The 'somename123' credential wasn't added. Try using a different name, or try again…
0
votes
2 answers

unsupported-text-language exception in AlchemyAPI?

I'm using AlchemyAPI "AlchemyAPI.TextGetTaxonomy(String)" method and it's returning exception: "unsupported-text-language". My input is: "factorial carrot". Please advise where to set language ? My preferred language is "English". Your response is…
Viki
  • 107
  • 1
  • 8
0
votes
1 answer

How quickly does the AlchemyData News API ingest and make available new news articles?

We're using the AlchemyData News API to extract sentiment and other information from news articles. However, we’re unsuccessful finding a substantial portion of those articles with the API, and we're unsure why this is happening. For articles that…
jdscott
  • 27
  • 4
0
votes
1 answer

AlchemyNews API multiple relevance scores not working properly

It doesn’t seem like the relevance score parameters are working when more than 1 used. In other words...I essentially would like to get advertising articles where the concept and keyword is advertising with both relevance scores =>0.8. In addition,…
0
votes
1 answer

Emotion analysis using AlchemyAPI in python

I want to use the Python-SDK for Emotion Analysis using the AlchemyAPI. from alchemyapi import AlchemyAPI alchemyapi = AlchemyAPI() demo_text = 'I am happy' alchemyapi.emotion('text', demo_text) gives this error: AttributeError: AlchemyAPI…
Poorva Rane
  • 93
  • 2
  • 13