exposed the
Markovipy
class in themarkovipy
module. API changed fromfrom markovipy.markovipy import MarkoviPy
to
from markovipy import MarkoviPy
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__()
- fixes
UnicodeDecodeError
while reading files instead of using the normalopen()
- First release on PyPI.