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

importerror watson_developer_cloud Python

I have pip installed watson-developer-cloud, on python v3.5 I am simply trying to run one of the example codes: alchemy_data_news_v1.py Link:https://github.com/watson-developer-cloud/python-sdk/tree/master/examples import json from…
0
votes
0 answers

Invalid API Key for Alchemy Service in Bluemix Console

I have 2 issues: I added the AlchemyAPI to my services list in the Bluemix console, but when i goto the Manage Tab, nothing shows there (it just shows a page permanently moved error) so i cant launch the service. Also the api-key that is created…
user980643
  • 113
  • 2
  • 8
0
votes
1 answer

Other data sources in Alchemy News API

Is it possible to feed other news sources than those given, into the Alchemy News API?
0
votes
1 answer

Sentiment towards a keyword

I have been looking around for Sentiment and text analysis services but most of them seem to analyse the whole text and provide one result for it. Is there a way of analysing the same piece of text against two different keywords? For example, the…
themonkey
  • 377
  • 1
  • 3
  • 9
0
votes
1 answer

How can I scrape content from a Website with AlchemyAPI?

I would like to scrape Content from a website with AlchemyAPI. I get informed about this feature on http://www.alchemyapi.com/api/scrape/qlang.html I will implement it in the same way as in the example:"Querying Inside Tables (Selecting a Column…
Balukas
  • 1
  • 1
0
votes
1 answer

rails error on curl converted to Net::HTTP

I receive the following error when trying to run a curl command converted to Net::HTTP in Rails. The url+params gives me the expected response when I run it on the client side using AJAX but of course this exposes my API key. Any idea why this error…
JeffA
  • 166
  • 1
  • 17
0
votes
1 answer

Alchemy API and mongoDB

I'd like to know how to store JSON output of sentiment analysis to a mongoDB database. The thing is that sentiment JSON output is a DocumentSentiment whereas monogoDB input must be a Document argument. This is what I have: MongoCollection
Alex Pas
  • 148
  • 1
  • 2
  • 7
0
votes
1 answer

AlchemyData News History Longer than 60 days?

I'm using the AlchemyData News Demo, and in the demo I can choose dates between today and three months ago, Do we have in the full version the ability to Search articles older than three months? If not, is there a way to load articles that I choose…
Leon Lopez
  • 41
  • 4
0
votes
1 answer

csrf token in bluemix deployed node instance

Hi I used the deploy to bluemix button at the top right of this page https://alchemy-language-demo.mybluemix.net/?cm_mc_uid=69990450306114782046823&cm_mc_sid_50200000=1478206651 to create an Alchemy language node server. It runs ok -…
jperry1147
  • 276
  • 2
  • 13
0
votes
1 answer

Using Watson AlchemyAPI on medical data

I'm trying to create a java app which uses information from a medical guideline to support the activity a doctor. The use case is that when the doctor asks a question or inputs a scenario to the system, it responds with the recommendations from the…
0
votes
1 answer

Can alchemylanguage be used to analyze text without url?

In the demo, it can analyze plain text But in the API reference all REST APIs require url. And they don't seem to support analyze text directly. I tried to use text in a POST form anyway. But I got error. { "status": "ERROR", "statusInfo":…
Kyle
  • 379
  • 6
  • 17
0
votes
2 answers

How to use swift function that returns a value - in objective C?

I am using IBM Watson APIs - Alchemy Data news The problem is, I am using swift - objective C bridging and in between I am stuck with the function that returns a value. How do I use that value in my objective C code? Here is my swift class @objc…
Krutika Sonawala
  • 1,065
  • 1
  • 12
  • 30
0
votes
1 answer

AlchemyLanguage Audience Analysis

Currently I can determine keywords and concepts of a given text using the Alchemy API. But I'm also interested in the analysis of the text's targeted audience. Specifically, I'd like to know whether the text was targeting male or female audiences;…
rhossei2
  • 33
  • 1
  • 4
0
votes
1 answer

Alchemy API / Bluemix not providing consistent results

I am using the Alchemy API (Bluemix) and rails wrapper and am getting back nil for blocks of text. For example, consider below text: "The Vancouver International Flamenco Festival presents renowned flamenco dancer Mercedes “La Winy” Amaya in an…
Jackson Cunningham
  • 4,973
  • 3
  • 30
  • 80
0
votes
2 answers

Use JavaScript function in Angular 2 app

Trying to use a JS function within an Angular2 service but getting require is not a function in the console. I'm not sure how to include the external JS file. It's at the same directory level as the service using it. I believe that the declare…
Joel
  • 97
  • 2
  • 13