2017 © Pedro Peláez
 

library aiml-converter

Converts AIML to CSV and CSV to AIML.

image

patrickschur/aiml-converter

Converts AIML to CSV and CSV to AIML.

  • Friday, July 21, 2017
  • by patrickschur
  • Repository
  • 1 Watchers
  • 1 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

aiml-converter

Version Minimum PHP Version License, (*1)

Converts AIML to CSV and CSV to AIML., (*2)

How to use

$ composer require patrickschur/aiml-converter
require 'vendor/autoload.php';

$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

The Versions

21/07 2017

dev-master

9999999-dev https://github.com/patrickschur/aiml-converter

Converts AIML to CSV and CSV to AIML.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Patrick Schur

csv aiml aiml-converter aiml2 csv2aiml aiml2csv

23/04 2017

1.0.0

1.0.0.0 https://github.com/patrickschur/aiml-converter

Converts AIML to CSV and CSV to AIML.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Patrick Schur

csv aiml aiml-converter aiml2 csv2aiml aiml2csv