Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "NBClassify",
Short: "A simple naive bayesian classifier",
Long: `NBCassify can be used in two modes: "train" allows you to
create classification sets; and "classify" matches text to one of
the giving classification sets.`,
}
This represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.