Skip to content

dawnofmusic/Elsbeth

Repository files navigation

Elsbeth

Elsbeth is an AIML (http://en.wikipedia.org/wiki/AIML) Interpreter Engine entirely written in Java. The current version at the moment is 0.9.0.

In version 1.0 it will be extended by own server capabilities (probably using netty).

This project has been developed using the Eclipse IDE (http://www.eclipse.org).

Programming Language: 	Java (JavaSE-1.6)
Dependency management:	Maven (http://maven.apache.org)

Download / Integrate

You can simply download or integrate this project via Maven. Just add the following lines to your pom.xml:

...
<dependencies>
	...
	<dependency>
		<groupId>de.wsdevel</groupId>
		<artifactId>Elsbeth</artifactId>
		<version>0.9.0</version>
	</dependency>
	...
</dependencies>
...

<repositories>
	...
	<repository>
		<id>sebastian-weiss</id>
		<name>Sebastian's Repository</name>
		<url>http://www.sebastian-weiss.de/mvn-repo</url>
	</repository>
	...
</repositories>
...

Author

(c) 2004 - 2013 Sebastian A. Weiß

About

Elsbeth is an AIML Interpreter Engine and Server written in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages