trustami/trustami-ai
最新稳定版本:1.0.4
Composer 安装命令:
composer require trustami/trustami-ai
包简介
A connector for the Trustami.AI API.
README 文档
README
This repository aims to provide a simple and easy to use connector to the Trustami.AI API.
Installation
composer require trustami/trustami-ai
Usage
<?php require 'vendor/autoload.php'; use Trustami\TrustamiAi\LangDetector; use Trustami\TrustamiAi\Sentiment; use Trustami\TrustamiAi\Summarizer; $detector = new LangDetector("YOUR_TOKEN_HERE"); var_dump($detector->detect("This is a test text. It is used to test the Trustami.AI API.")); // string(2) "en"
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: ISC
- 更新时间: 2022-11-08