https://github.com/bafs/uberhal
A simple chatbot experiment using Markov chains.
https://github.com/bafs/uberhal
chatbot chatbot-experiment markov-chain
Last synced: 10 months ago
JSON representation
A simple chatbot experiment using Markov chains.
- Host: GitHub
- URL: https://github.com/bafs/uberhal
- Owner: BafS
- Created: 2016-10-25T19:41:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T19:41:09.000Z (over 9 years ago)
- Last Synced: 2025-03-03T16:21:24.873Z (over 1 year ago)
- Topics: chatbot, chatbot-experiment, markov-chain
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# UberHAL
A one night chatbot experiment, using Markov Chains, for fun.
## Usage
```bash
node main [options]
```
- Speak: `node main speak`
- Learn: `node main learn ./a_file.txt`
- You can pass a parser to clean the input file like `node main learn ./my_movie.sub subtitle` (check the parsers/ folder to list the parsers)
- Answer: `node main answer 'Are you lost ?'`
- Clear: `node main clear` to reset the database