proamlan / ChatScriptBrains

Repository of brains to be placed in chat script. Give back license, you use these brains, give back some more brains. :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatScriptBrains Project

Has five parts:

Brains

Repository of brains to be placed in chat script. Give back license, you use these brains, give back some more brains. :)

The file structure mimics the layout needed by the ChatScript server.

aiml2cs

This directory contains a perl script to help translating aiml -> chatscript. That process is necessarily a partially manual process - as a lot of the macros require human interpretation of what behavior was intended in order to translate it to the chatscript methods of doing similar things.

swig

This directory contains interface definition files for a variety of platforms and languages with generated source. You should be able to use what’s in these directories to both generate the library for your platform/language and also compile and test it.

XCode Project to compile ChatScript on Mac

Open this project and add the current source directory to all the targets and you should be able to compile any of them.

  • ChatScriptServer
  • libChatScript (swig generated dylib for C#, etc)
  • libChatScriptJNI (swig generated dylib for java)
  • libChatScriptPerl (swig generated dylib for perl)
  • ChatScript ( bundle for use in things like unity )

Eclipse Colorer support ( HRC directory )

http://colorer.sourceforge.net/other/Color5Eclipse_Newlanguagedoc.html

https://www.dropbox.com/s/uuflfxwlm87q6ae/chatscriptcolor2.png?dl=0

__ Brains Contributors:

Jennifer: Robert Jackson

About

Repository of brains to be placed in chat script. Give back license, you use these brains, give back some more brains. :)

License:MIT License


Languages

Language:C++ 89.0%Language:C# 6.5%Language:Perl 1.6%Language:Java 1.3%Language:Python 1.1%Language:C 0.3%Language:Makefile 0.0%Language:Ruby 0.0%