A modern .NET linked library implementation of the classic ELIZA chatbot. Written in C#.
You can find the DOCTOR script (and its corresponding test script JSON) in the scripts directory.
To see a simple and easy to recreate example of a console application using ELIZA.NET, take a look at src\ExampleApp\ELIZA.
ELIZA.NET Copyright (C) 2018 by Kris Craig. Based on the original ELIZA algorithm and DOCTOR script written by Joseph Weizenbaum in 1966.