# Functions
No description provided by the author
sql.Rows.Scan requires pointer args, not sure how to pass that from Lua world, via luar (we can deference a pointer by using '-', not sure how to instruct luar to pass something by pointer).
No description provided by the author
No description provided by the author
NewMarkovChain returns a new MarkovChain with prefixes of prefixLen words.
No description provided by the author
No description provided by the author
# Variables
Shared across all workers.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
MarkovChain contains a map ("chain") of prefixes to a list of suffixes.
# Type aliases
MarkovPrefix is a Markov chain prefix of one or more words.