Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanhaustein/eliza
https://github.com/stefanhaustein/eliza
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefanhaustein/eliza
- Owner: stefanhaustein
- Created: 2022-02-02T20:24:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T22:58:15.000Z (over 2 years ago)
- Last Synced: 2023-07-31T13:09:33.684Z (over 1 year ago)
- Language: Java
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.