-
The Mde directory contains the Xatkit bot for code generation.
-
The scdsl directory contains the Xtext project that defines the DSL.
-
The src directory contains some example DSL files.
-
The src-gen directory contains the code generated from the example DSL files.
-
Clone this repository.
-
Install Xatkit.
-
Copy the Mde directory in the cloned repository to
xatkit/xatkit-examples. -
Again open the terminal and then, type in these commands
mvn clean compile
mvn exec:java -Dexec.mainClass="com.xatkit.example.MdeBot"
- Then, open a Web-browser and go to link - http://localhost:5000/admin
This method is applicable for Linux users and Windows users using Windows Subsystem for Linux(WSL).
-
Clone this repository.
-
Go into the
Chatbot Evaluationdirectory. -
Copy the
installationfolder to the destination where you would like to have the chatbot. -
Open the terminal inside the
installationfolder and type these commands:
sudo chmod +x install.sh
sudo ./install.sh
Wait for the installation to end
- After the installation ends, type these commands in the terminal:
sudo chmod +x run.sh
sudo ./run.sh
- Then, open a Web-browser and go to link - http://localhost:5000/admin