Skip to content

dbushenko/chat-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatbot

A Clojure program which allows to talk to a virtual person. The training texts are located in folder 'training' and should be in the form

 question1?
 answer1
 question2?
 answer2
 questionN?
 answerN

All the sample (question or answer) should be on one line.

Usage

 lein uberjar
 java -jar target/chatbot-0.1.0-SNAPSHOT-standalone.jar

License

Copyright © 2017 By Dmitry Bushenko

About

Clojure chat bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published