Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val add_word : generator -> string -> unit
val get_last_two_words : generator -> string list
val init : unit -> generator
val feed : generator -> string -> unit
val select_seed : generator -> string option -> bool -> string * string
val generate_markov_text :
generator ->
int ->
(string option * string option) ->
bool ->
string