PHP code example of patrickschur / aiml-converter
1. Go to this page and download the library: Download patrickschur/aiml-converter library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
patrickschur / aiml-converter example snippets
$conv = new AIMLConverter;
$conv->aiml2csv('default.aiml'); // Creates a CSV file from an AIML file
// or
$conv->csv2aiml('default.csv'); // Creates a various amount of AIML files from a CSV file