Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Releases: tasdikrahman/markovipy

v0.3.0

30 May 11:26
Compare
Choose a tag to compare

v0.3.0

  • exposed the Markovipy class in the markovipy module. API changed from
# changed from 
from markovipy.markovipy import MarkoviPy

# to

from markovipy import MarkoviPy

v0.2.0

29 Apr 13:53
Compare
Choose a tag to compare

v0.2.0

  • self.middle_value mapping becomes a defaultdict
  • list_to_tuple() was removed to use just the tuple()
  • moved self.words_list = get_word_list(self.filename) to __init__()

v0.1.1

13 Apr 18:44
Compare
Choose a tag to compare

v0.1.1

  • fixes UnicodeDecodeError while reading files instead of using the normal open()