This is the command cobe that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
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
-h, --help
Show the help message and exit.
-b BRAIN, --brain BRAIN
Use BRAIN as brain database.
--instatrace FILE
Log performance statistics to FILE.
COMMANDS
console
Start an interactive console.
init
Initialize a new brain.
irc-client
Start an IRC client.
learn
Learn a file of text.
learn-irc-log
Learn a file of IRC log text.
set-stemmer
Configure a stemmer.
del-stemmer
Delete the stemmer.
Run `cobe command -h' to access the built-in documentation of each command.
Use cobe online using onworks.net services