An ELIZA-style chatbot that is implemented fully in Clojure. It is designed to provide information about different parks in Prague as well as information to helpidentify dog breeds that a personmight encounter. The information provided ranges from the set of facilities in place to the various activities that can be done in a specific park.
The chatbot can be used from Clojure REPL environment.
More information and documentation availiable at https://rifter42.github.io/symbolic_computation_ica1/index.html
Either Clojure or Lein can be used to run To run the chatbot, it should be cloned to be used in local environment:
git clone https://github.com/rifter42/symbolic_computation_ica1.git
To run the chatbot using lein:
cd symbolic_computation_ica1
lein run -m symbolic-computation-ica1.core
Copyright © 2021 Feynman43 and Rifter42
This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version, with the GNU Classpath Exception which is available at https://www.gnu.org/software/classpath/license.html.