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

Bluemix AlchemyLanguage api TextGetRankedNamedEntities text limit?

The alchemy api for entities (TextGetRankedNamedEntities) seems to have a text limit around 7500 characters. I was wondering if this was a documented limitation or a defect?
2
votes
1 answer

How to train Watson application using Alchemy Language API

I have used the Alchemy Language API demo: https://alchemy-language-demo.mybluemix.net/ ...to deploy on Bluemix dashboard, and now it is successfully built and deployed. Now I am not sure how to make system aware of taxonomy, keywords, entities…
Prerna
  • 29
  • 2
2
votes
1 answer

IBM Bluemix Alchemy API key invalid

I'm trying to run keyword extraction from Alchemy API and I don't understand why my API key is not valid. To be clear, I have read both these two answers on SO: Where do I specify the AlchemyAPI key in Bluemix? Where to get the Alchemyapi API…
codehitman
  • 1,148
  • 11
  • 33
2
votes
3 answers

Where do I specify the AlchemyAPI key in Bluemix?

I've added the AlchemyAPI service to my Python app on Bluemix. I can see the API key in the service credentials of the AlchemyAPI service. Where, in the app code or files should I specify this key so that I can call the service? The code runs fine…
abasu
  • 31
  • 4
2
votes
1 answer

Bluemix alchemy api cost

I am confused about the cost of the alchemy api. I am trying to figure out the cost of 3000 requests but it looks as if each request costs $0.007 which seems rather expensive. or is it $0.007 per 1000 requests?
Tyler
  • 2,346
  • 6
  • 33
  • 59
2
votes
1 answer

How do I monitor daily API transaction usage for the Alchemy API service on Bluemix?

As I use the Alchemy API service on Bluemix, I see the daily-transaction-limit-exceeded message. How can I monitor my transaction usage to determine when I am approaching the limit?
2
votes
1 answer

Using Alchemy API Synchronously

I am attempting to write a pure function to use the Alchemy API with the watson-developer-cloud npm package, but I cannot figure out how to execute its calls synchronously. Is there an alternative method or package whereby I could receive its…
Kamuela Franco
  • 686
  • 1
  • 5
  • 16
2
votes
1 answer

Alchemy API, getting started with Java

I've recently started a new project that requires the use of AlchemyAPI to analyze information on websites. I've started coding in Java and I use Eclipse, but I am relatively new and I am just really lost on how to actually use the API. So far, I've…
MrRed
  • 719
  • 3
  • 9
  • 20
2
votes
1 answer

How to analyse sentiment of a news article using AlchemyAPI?

I want to analyse sentiment of a news article (input: text not URL) using AlchemyAPI. Please suggest me how Can I do that. I tried with demo http://www.alchemyapi.com/products/demo/alchemylanguage/ but it provides sentiment for each entities…
SagarVimal
  • 259
  • 2
  • 5
  • 12
2
votes
1 answer

Alchemy api in java gets exception for URLGetRelations()

Alchemy API is used in my program for extracting keywords and relations from a URL. When extracting these from the API calls I'm getting the error as follows, 'java.io.IOException: Error making API call: cannot-retrieve:downstream-http-error:404. …
2
votes
1 answer

How to use AlchemyAPI with java?

I want to use AlchemyAPI in my Java project. I am using Maven for my dependency management. I am planning to use this maven repository. So, I want to know if the have any documentation is available. Also, I will like to know how to use my API key.…
user3740148
  • 117
  • 1
  • 7
2
votes
1 answer

Debian Python 2.5 including module from AlchemyAPI

Trying to install AlchemyAPI.py-2.5 Can't get example running. Debian 6.0 python example/sentiment.py: Traceback (most recent call last): File "example/sentiment.py", line 4, in import AlchemyAPI ImportError: No module named…
Tim
  • 2,695
  • 3
  • 33
  • 39
1
vote
2 answers

AlchemyAPI gives an error when compiling

I'm trying out AlchemyAPI_Python-0.6 - PyXml module. I was trying to run the keyword extractor feature of it, but got the following error when trying to compile. I used the keywords.py file given in the examples. I copied all the files underneath…
user843970
  • 41
  • 2
1
vote
1 answer

Is there an up-to-date version of the AlchemiAPI for C#?

When compiling the current Alchemi API for C# I get the following messages: AlchemyAPI.cs(670,16): warning CS0618: 'System.Net.GlobalProxySelection' is obsolete: 'This class has been deprecated. Please use WebRequest.DefaultWebProxy instead…
blueberryfields
  • 45,910
  • 28
  • 89
  • 168
1
vote
1 answer

Unable to deploy NFT in terminal

I already deployed my smart contract to my wallet and connected it to my Alchemy account. Here are my codings (Note that my contract address, PUBLIC_KEY, PRIVATE_KEY, API_URL and alchemy address are edited for security purposes). mint-nft.js …
Tommy
  • 21
  • 4
1
2
3
11 12