Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan committed Oct 5, 2021
1 parent 7a582c6 commit 8c87c06
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@
**/.DS_Store
**/logs

# ignore adhoc test code
**/adhoc

# gitlab ci
.cache

# vim auto backup file
*~
!OWNERS

# corpus files
data
**/*.corpus.json
**/*.gob
**/stopwords.txt
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# chatbot
A fast responsive chatter bot written in Go.

Docs will be written soon.
* cli
* train

train conversations into corpus format, `.gob` files.

* ask

a client tool to chat

* `-v` verbose mode
* `-c` the trained corpus file

Thanks to [ChatterBot](https://github.com/gunthercox/ChatterBot).

0 comments on commit 8c87c06

Please sign in to comment.