Skip to content
/ eliza Public

Implementation of the famous ELIZA program in kotlin.

License

Notifications You must be signed in to change notification settings

zypus/eliza

Repository files navigation

GitHub license

ELIZA

"ELIZA is an early natural language processing computer program created from 1964 to 1966 at the MIT Artificial Intelligence Laboratory by Joseph Weizenbaum." wikipedia

This tiny project is an implementation of the ELIZA program in Kotlin. Further the famous DOCTOR script is implemented in a custom Kotlin DSL. The DSL makes it very easy to create ELIZA scripts.

Try it

git clone https://github.com/zypus/eliza.git
gradle installDist
build/install/eliza/bin/eliza

About

Implementation of the famous ELIZA program in kotlin.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages