Documentation ¶
Overview ¶
Package fate is a text generation library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultStemmer = &cleaner{}
DefaultStemmer makes reply inputs insensitive to case, accents, and punctuation.
Functions ¶
Types ¶
type Config ¶
type Config struct { // Stemmer makes all tokens go through a normalization process // when created. Words that stem the same mean the same thing. Stemmer Stemmer Rand rand.Source }
Config holds Model configuration data. An empty Config struct indicates the default values for each.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.