AlchemyAPI 用法
我正在搜索并尝试学习 Alchemy API。但是,我无法在 PHP 中使用该 API。谁能告诉我如何使用这个API?例如,我想对文本进行分类,因此我将使用 textGetCategory PHP 方法。如何在我的 PHP 文件中使用此方法我想知道这一点。 谢谢。
I am searching and trying to learn Alchemy API. However, I am not able to use that API with PHP. Can anybody tell me how to use this API? For instance I would like to categorize the text so I will use textGetCategory PHP method. How to use this method in my PHP files I want to know this.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我有一个简单的包装器,围绕他们通过 PHP 类提供的 API,也许您可以从此代码开始并添加您需要的方法。
只需更改
__construct
中的路径并添加您的 API 密钥,您就可以使用它了。I have a simple wrapper around the APIs they provide via their PHP classes, maybe you can start from this code and add the methods that you require.
Just change the paths in the
__construct
as well as adding your API key and you're set to use it.alchemy 提供了一个 api,可用于查找实体提取、文本或 html 的文本提取情感等。 http://www.alchemyapi.com/api/*在这里您可以查找与 alchemy api 相关的所有详细信息。
并且 php-sdk 可在 *https://github.com/AlchemyAPI/alchemyapi_php/< /a>
alchemy provides an api which can be used to find entity extraction , text extraction sentiment of a text or html and so on. http://www.alchemyapi.com/api/*here you can find all the details related to alchemy api.
and the php-sdk is available on *https://github.com/AlchemyAPI/alchemyapi_php/