Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 821 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 821 Bytes

ELIZA - LINE Chatbot

Eliza chatbot implementation using line-bot-sdk-python.

Try it here https://line.me/R/ti/p/%40537amjdd and say Hi, Eliza

ELIZA

ELIZA is an early natural language processing computer program created from 1964 to 1966 at the MIT Artificial Intelligence Laboratory by Joseph Weizenbaum.Created to demonstrate the superficiality of communication between humans and machines, Eliza simulated conversation by using a "pattern matching" and substitution methodology that gave users an illusion of understanding on the part of the program, but had no built in framework for contextualizing events.

https://en.wikipedia.org/wiki/ELIZA

License

Licensed under The MIT License.