[Tutor] AIML or ALICE implemented in Python? (fwd)

dman dsh8290@rit.edu
Mon, 22 Oct 2001 18:05:17 -0400


| From: John Precedo <johnp@reportlab.com>
| Date: Mon, 22 Oct 2001 22:31:44 +0100
...
 
| The good news is that both of these are Open Source, released under the GNU
| General Public License. The bad news is that they  are written in Java.
| (blech).
| 
| Does anyone know of an Alice port in Python? Or an implementation of AIML in
| Python? Failing that, does anyone want to write one (and have the time and
| the skill, both of which I lack)?

Are these libraries or applications?  Regardless, if you use the Java
implementation of Python (http://jython.sourceforge.net) you get
automatic use of any java class from python code.  No glue necessary
(it is all part of the interpreter).

HTH,
-D