package omg
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Omg
val add_word : generator -> string -> unitval get_last_two_words : generator -> string listval init : unit -> generatorval feed : generator -> string -> unitval select_seed : generator -> string option -> bool -> string * stringval generate_markov_text :
generator ->
int ->
(string option * string option) ->
bool ->
string