Scala implementation of Eliza chatbot. Eliza was developed by Joseph Weisenbaum in 1966 at MIT. It works with simple pattern matching algorithm, rather than machine learning.
-
Notifications
You must be signed in to change notification settings - Fork 0
needleworm/eliza
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Scala implementation of Eliza chatbot. Eliza was developed by Joseph Weisenbaum in 1966 at MIT. It works with simple pattern matching algorithm, rather than machine learning.