(module markov
(make-table-from-file guess-sentence generate-next-word)
(import scheme (chicken base) srfi-69)
(include "markov.impl.scm"))