exposed the
Markovipyclass in themarkovipymodule. API changed fromfrom markovipy.markovipy import MarkoviPy
to
from markovipy import MarkoviPy
self.middle_valuemapping becomes adefaultdictlist_to_tuple()was removed to use just thetuple()- moved
self.words_list = get_word_list(self.filename)to __init__()
- fixes
UnicodeDecodeErrorwhile reading files instead of using the normalopen()
- First release on PyPI.