Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanhaustein/eliza


https://github.com/stefanhaustein/eliza

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

This repository contains a modernized version of [Charles Hayden's Java port](http://chayden.net/eliza/Eliza.html) of Joseph Weizenbaum's [ELIZA](https://en.wikipedia.org/wiki/ELIZA).

A lot of the original code is basic string processing, which can be simplified significantly by using standard library functions.