a2design/aiml

该包最新版本(v1.1.3)没有可用的许可证信息。

AIML 解析器

v1.1.3 2016-10-19 11:10 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:36:48 UTC


README

Build Status

要求

  • PHP: ≥ 5.4

安装

    composer require a2design/aiml

使用

$aimlFilePath = '/path/to/file.aiml';
$chat = new AIML();
$chat->addDict($aimlFilePath);

$answer = $chat->getAnswer('how are you?');
// i'm fine

贡献

  1. 分支项目

  2. 安装开发依赖

  3. 创建功能分支

  4. (推荐)运行测试套件

    vendor/bin/phpunit
  5. 向我们发送拉取请求