Scroll to navigation

cobe(1) User Commands cobe(1)

NAME

cobe - Markov chain based text generator library and chatbot

SYNOPSIS

cobe [-h] [-b BRAIN] [--instatrace FILE] command

DESCRIPTION

cobe is a Markov chain based text generator, it uses Markov modeling to generate text responses after learning from input text. cobe use an on-disk data store (brain database) for low memory usage. The cobe command line tool can be used for interacting with a brain database.

OPTIONS

Show the help message and exit.
Use BRAIN as brain database.
Log performance statistics to FILE.

COMMANDS

Start an interactive console.
Initialize a new brain.
Start an IRC client.
Learn a file of text.
Learn a file of IRC log text.
Configure a stemmer.
Delete the stemmer.

Run `cobe command -h' to access the built-in documentation of each command.

AUTHOR

Peter Teichman <peter@teichman.org>

This manual page was written by Daniele Tricoli <eriol@mornie.org>, for the Debian project (but may be used by others).

Nov 2011 cobe 2.0.2