-
Notifications
You must be signed in to change notification settings - Fork 2
AlchemyAPI
AlchemyAPI is a collection of services that help you analyse and derive semantic information from a text.
It analyses things such as
- Author
- Date
- Emotions
- Keywords
- Entities
- Language
You can use it with text, URL or HTML file as an input
In 2009, Elliot Turner launched AlchemyAPI to process the written word, with all of its quirks and nuances, and got immediate traction. That first month, the company's eponymous language-analysis API processed 500,000 transactions. Today it's processing three billion transactions a month, or about 1,200 a second. “That's a growth rate of 6,000 times over three years,” touts Turner. “Context is super-important,” he adds. “'I'm dying' is a lot different than 'I'm dying to buy the new iPhone.'” “As we move into new markets, we're going to be making some new hires," Turner says. "We knocked down some walls and added 2,000 square feet to our office.” “We're providing the ability to translate human language in the form of web pages and documents into actionable data,” Turner says. Clients include Walmart, PR Newswire and numerous publishers and advertising networks. “This allows a news organization to detect what a person likes to read about,” says Turner of publishers and advertisers.
With the text above as an input the entity analyzing part API outputs a JSON as below
{
"status": "OK",
"usage": "By accessing AlchemyAPI or using information generated by AlchemyAPI, you are agreeing to be bound by the AlchemyAPI Terms of Use: http://www.alchemyapi.com/company/terms.html",
"url": "",
"totalTransactions": "3",
"language": "english",
"entities": [
{
"type": "Person",
"relevance": "0.89066",
"sentiment": {
"type": "negative",
"score": "-0.317007"
},
"emotions": {
"anger": "0.142437",
"disgust": "0.120703",
"fear": "0.159348",
"joy": "0.350647",
"sadness": "0.284215"
},
"count": "7",
"text": "Elliot Turner"
},
(Continues)
The website of IBM watson has tutorials on how to use it.
In order to use it one must first create a Blumix account
- Alpertunga Ertin
- Ahmet Buğrahan Taşdan
- Burak Sofu
- Halil Ozan Akgül
- Harun Zengin
- Onur Kalınağaç
- Ozan Kınasakal
- Pınar Baki
- Rahmetullah Varol
- Utku Bozdoğan
- Meeting-1 (12.02)
- Meeting-2 (17.02)
- Meeting-3 (24.02)
- Meeting-4 (02.03)
- Meeting-5 (10.03)
- Meeting-6 (16.03)
- Meeting-7 (06.04)
- Meeting-8 (05.05)