This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Releases: tasdikrahman/markovipy
Releases · tasdikrahman/markovipy
v0.3.0
v0.2.0
v0.2.0
self.middle_value
mapping becomes adefaultdict
list_to_tuple()
was removed to use just thetuple()
- moved
self.words_list = get_word_list(self.filename)
to__init__()
v0.1.1
v0.1.1
- fixes
UnicodeDecodeError
while reading files instead of using the normalopen()