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

How to specify multiple entities of different types in AlchemyData News?

I'm trying to query AlchemyData News for articles narrowed by multiple entities of different types (e.g.,both the Company "IBM" and the OperatingSystem "Linux" in the body of the article) without much luck. I can find or figure out examples for…
David Powell
  • 537
  • 1
  • 4
  • 16
1
vote
1 answer

How to use multiple targets in AlchemyAPI targeted sentiment analysis?

When using AlchemyAPI Language for targeted sentiment analysis, the docs indicate that you can specify either target or targets. Specifying targets causes the response to contain an array, however I cannot figure out how to specify multiple targets…
1
vote
1 answer

Not picking up the correct author field in alchemy api demo

I'm trying out the online demo : http://www.alchemyapi.com/products/demo/alchemylanguage I pasted in one of your blog articles: http://www.programmableweb.com/news/alchemyapi-updates-api-brings-deep-learning-to-masses/2013/07/25 For the Author field…
1
vote
0 answers

Alchemy API raise error 404

I'm writing a python script to run Alchemy API. I tested the script on text docs and it works well, my problem raised when my input is URL. Most of the time Alchemy's algorithm response OK but sometimes it's response error 404. I checked the failed…
Idan Azuri
  • 623
  • 4
  • 17
1
vote
2 answers

error: 403 Forbidden while accessing https://github.com/AlchemyAPI/alchemyapi_python.gi/info/refs

I am trying to use alchemy api for entity extraction https://github.com/AlchemyAPI/alchemyapi_python When i give this command to clone git clone https://github.com/AlchemyAPI/alchemyapi_python.git I get this error: The requested URL returned…
Saurabh
  • 913
  • 3
  • 12
  • 15
1
vote
2 answers

alchemyapi-recipes-twitter -Doesnot work properly

The github link for the code is given below: https://github.com/AlchemyAPI/alchemyapi-recipes-twitter I get the following error when I run recipe.py: Traceback (most recent call last): File "recipe.py", line 340, in main(sys.argv[1],…
HelloWorld
  • 76
  • 1
  • 9
1
vote
2 answers

Using Alchemy Entity Extraction to retrieve JSON output

I am running the EntityTest.java file from the Alchemy API Java SDK which can be found here. The programs works just fine, but it seems there is no way to change output format to JSON. I have tried executing this code- // Create an AlchemyAPI…
1
vote
1 answer

AlchemyAPI - set default language while using HTML API: Sentiment Analysis

I'm trying to use the AlchemyAPI to run a sentiment analysis on a number of URLs. Because these URLs have their own set of parameters, I'm getting the data using HTTP.get, then running Alchemy's HTMLGetTextSentiment on the html that is returned: …
samcorcos
  • 2,330
  • 4
  • 27
  • 40
1
vote
2 answers

Getting org.apache.http.client.ClientProtocolException while calling AlchemyAPI

I'm getting org.apache.http.client.ClientProtocolException while calling AlchemyAPI for TextGetTargetedSentiment with Apache HttpClient: org.apache.http.ProtocolException: The server failed to respond with a valid HTTP response Below is the code…
SagarVimal
  • 259
  • 2
  • 5
  • 12
1
vote
1 answer

NoClassDefFoundError - Alchemy API

I have attempted to implement the Alchemy NLP API into my android project, however I have hit a bit of a brick wall. When downloading the SDK from http://www.alchemyapi.com/developers/sdks/ you end up with a nice sample project. Imported this into…
Aphire
  • 1,621
  • 25
  • 55
1
vote
1 answer

App Engine "InvalidURLError: Invalid request URL" though the URL works fine in the browser

I'm using an App Engine Task Queue to query AlchemyAPI. I send a text string to the task queue. Each task queue worker queries the AlchemyAPI and processes the results. After working for ~1500 results, I've started getting endless errors that look…
Jed Christiansen
  • 659
  • 10
  • 21
1
vote
1 answer

Calling Alchemy API using ajax call

I am trying to use ajax to call the Alchemy REST API, but I am getting an injector error which I have mentioned below. The following is the code in my HTML file. Looking for suggestions to solve the error.
1
vote
1 answer

Getting JSON from System.out.println

I am trying to do sentiment analysis and project the values on Google Visualization. I am calling this python script using my java program Code Snippet (for AlchemyAPI) https://github.com/AlchemyAPI/alchemyapi-twitter-python I wrote a java program…
Dark Knight
  • 503
  • 2
  • 12
  • 25
1
vote
3 answers

How do I get the JSON from an API request into my page's javascript?

I'm trying to use a web api to return a JSON file in JavaScript. Using the Alchemy API, the call would be to the following URL:…
mjkaufer
  • 4,047
  • 5
  • 27
  • 55
1
vote
2 answers

No module named Alchemy API

I am trying to run Alchemy API on my computer for python 2.7. This is the file: AlchemyAPI.py-2.5 I have kept it in the same file as the Code: # Load the AlchemyAPI module code. import AlchemyAPI # Create an AlchemyAPI object. alchemyObj =…
user2784753
  • 209
  • 1
  • 3
  • 7