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

AlchemyAPI C will not compile on Ubuntu - keywordspp specifically

I really like playing with the Alchemy API REST api and have tried the php sdk but am trying to compile the API and keep getting a very bizarre issue when I try to do a make. This is when trying to compile on an Ubuntu instance on AWS EC2 using the…
0
votes
1 answer

Error With AlchemyAPI Python SDK

I am trying to use AlchemyAPI Python 0.7 SDK. However when ever I run a method within it e.g. URLGetText(url); I get this error: nodes = etree.fromstring(result).xpath(xpathQuery) File "lxml.etree.pyx", line 2743, in lxml.etree.fromstring…
danjamker
  • 3
  • 2
0
votes
0 answers

Retrieve Transaction history using alchemy api on polygon mainnet. on output. status showing Failed, only showing Withdraw transactions

why it's only showing withdraw transaction, show deposit transactions, show both the transactions, check the condition : why it's showing the status: failed import axios from 'axios'; const options = { method: 'POST', url:…
Utkarsh Hadgekar
  • 19
  • 1
  • 1
  • 2
0
votes
0 answers

After one successful request, alchemy api give time out error for next 2.5 minutes

const provider = new Provider(process.env[pv_key] , https://alchemy_Polygon_api_key); const web3 = new Web3(provider); const networkId = await web3.eth.net.getId(); const myContract = new web3.eth.Contract( abi, …
Blockchain Kid
  • 315
  • 2
  • 9
0
votes
1 answer

Send erc20 Tokens using Alchemy

I am using the Alchemy SDK to build an ethereum wallet app on react native. The docs (https://docs.alchemy.com/docs/how-to-send-transactions-on-ethereum) show me how to send Eth and I have already tested this and it works. However, I don't see…
Jake Mulhern
  • 660
  • 5
  • 13
0
votes
0 answers

Persist Wallet instance between sessions using Alchemy

We have an all frontend app built in react-native that is supposed to allow users to view their balances, NFTs, and send transactions. This all works when the client first imports their wallet as an instance of the Wallet is saved. However, I…
Jake Mulhern
  • 660
  • 5
  • 13
0
votes
1 answer

Alchemy API returning error when using parseEther

I am following the docs for "estimateGas" and it instructs me to import "parseEther" from alchemy-sdk. However, when I run the function I get an error stating that "TypeError: (0, _alchemySdk.parseEther) is not a function." Is this a bug currently…
Jake Mulhern
  • 660
  • 5
  • 13
0
votes
0 answers

Meta transaction sometime get timeout in nodejs app

I am trying to create a meta-transaction system using alchemy rpc. It is working 50% of the time. If I try to mint for the first time it works, second time it doesn't, third time works again. sometimes the error - timeout error, some time it gives a…
Blockchain Kid
  • 315
  • 2
  • 9
0
votes
1 answer

word count or gettext after Alchemy API process with C#

It's a bit of long shot but I hope anyone could help me. I'm using Alchemy API to analyze a large amount of text. The input is text files that are actually html sources without the tags. For statistical reasons I also need the text AFTER it was…
gilibi
  • 343
  • 2
  • 9
  • 18
0
votes
1 answer

how can I specify a range of dates for publication_date in the News collection of IBM Watson Discovery?

I am transitioning our app (a few days late, unfortunately) from Alchemy News to the Watson Discovery News collection. In AN I was able to specify news that was published in a specific range of dates, but I can't figure out how to do that in WDN. I…
David Powell
  • 537
  • 1
  • 4
  • 16
0
votes
1 answer

Using a Watson knowledge-studio model directly

Has anyone ever tried to use the model that has been generated by the Watson Knowledge studio outside of the Alchemy language API? Or do I always need to upload the model to knowledge studio and from then on talk to the api?
Junge
  • 437
  • 6
  • 14
0
votes
1 answer

in Watson Discovery News Feed API, limiting articles returned by date

Per the API documentation, manipulating the vales of "start" and "end" will result in different data sets being returned. Strangely, changing the values of start and end resulted in the same result being returned. What am I missing? Thanks! qopts…
Drew
  • 11
  • 3
0
votes
2 answers

How can I get number of API transactions used by Watson NLU?

AlchemyLanguage used to return the number of API transactions that took place during any call, this was particularly useful when making a combined call. I do not see the equivalent way to get those results per REST call. Is there any way to track…
RedBullet
  • 501
  • 6
  • 18
0
votes
1 answer

using watson discovery to access publically accessible URL

we are using watson discovery service to find answer for travel related questions. Unfortunately the documents set to be used here are not static but the travel related forum on the web. So we need Discovery to access those URL for annotating…
Manoj K Sardana
  • 153
  • 1
  • 4
  • 14
0
votes
0 answers

Exception while integrating Solr with UIMA

I am trying to integrate UIMA with Solr.I am following the steps mentioned in https://cwiki.apache.org/confluence/display/solr/UIMA+Integration . But when I try to index the documents,exceptions are thrown in terminal and solr log is also logged…
arun abraham
  • 147
  • 2
  • 12