https://github.com/brannondorsey/scarecrow
A Node.js chat bot that learns.
https://github.com/brannondorsey/scarecrow
Last synced: 7 months ago
JSON representation
A Node.js chat bot that learns.
- Host: GitHub
- URL: https://github.com/brannondorsey/scarecrow
- Owner: brannondorsey
- Created: 2014-04-10T00:42:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-10T19:36:14.000Z (over 11 years ago)
- Last Synced: 2025-01-12T05:44:15.063Z (9 months ago)
- Language: JavaScript
- Size: 801 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scarecrow
Scarecrow is a Node.js chat bot speed project that learns when you talk to it. Scarecrow uses the [pos](https://www.npmjs.org/package/pos) module for part of speech tagging.
## Install
git clone https://github.com/brannondorsey/scarecrow.git
cd scarecrow-master
npm install## Usage
You can chat with Scarecrow directly from the command line. From inside of the `scarecrow-master/` directory run:
node copycat.js
If scarecrow already has a brain (more soon), you can talk to it with:node index.js