Generic incrementally buildable Markov chains for text generation and other purposes.


Keywords
markov-chain, markov-chains, python3
License
BSD-3-Clause
Install
pip install kovit==0.1.19.4a1

Documentation

About kovit

pypi Master Documentation Status codecov

kovit is a generic markov chain library that allows for easy incremental chain building.

kovit comes with fast iterator utilities written in C/C++ which can be used to build a markov chain from a stream of objects produced by a python iterable or generator.

Random chain walks based on trailing item probability are implemented for easy sequence generation.

See: Quotes Example