This repository contains a simple implementation of a Markov chain in Python and an equivalent implementation in Rust, along with Python bindings.
Example English text can be found in corpus.txt
, which was extracted from the "Reuters-21578" dataset using a simple python script (python/process_reuters.py
).
For more information, see the presentation.