Eliza / Doctor: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
* [http://web.stanford.edu/class/linguist238/p36-weizenabaum.pdf Original publication : Computational Linguistics: ELIZA--A Computer Program For the Study of Natural Language Communication Between Man and Machine] | * [http://web.stanford.edu/class/linguist238/p36-weizenabaum.pdf Original publication : Computational Linguistics: ELIZA--A Computer Program For the Study of Natural Language Communication Between Man and Machine] | ||
* online/javascript implementation -- https://www.masswerk.at/elizabot/ | * online/javascript implementation -- https://www.masswerk.at/elizabot/ | ||
The original source code seems to be lost (?). A faithful implmentation was made by Charles Hayden in the Java language and included in the CD-ROM of the MIT Press publication: New Media Reader. | |||
* http://automatist.org/eliza/ | * http://automatist.org/eliza/ |
Revision as of 10:09, 11 October 2020
Famous "mother of all chatbot" programs by wikipedia:Joseph Weizenbaum. Eliza was in fact a generic engine for producing / conducting interactive dialogues. The "DOCTOR" script became the legendary example of a "Rogerian" psychologist employing mirroring technique to converse with its user as patient.
- Original publication : Computational Linguistics: ELIZA--A Computer Program For the Study of Natural Language Communication Between Man and Machine
- online/javascript implementation -- https://www.masswerk.at/elizabot/
The original source code seems to be lost (?). A faithful implmentation was made by Charles Hayden in the Java language and included in the CD-ROM of the MIT Press publication: New Media Reader.
- http://automatist.org/eliza/
- Conversation with Eliza
- http://web.stanford.edu/group/SHR/4-2/text/dialogues.html
Other similar (but not complete) eliza implementations: