All notable changes to this project will be documented in this file.
- Fixed markov-related issue
- Markov chain now only begins sentences with words that began sentences.
- Fixed dependency issue
- Added random sampling from Project Gutenberg and Internet Archive
- Added ability to swap parts of speech between two strings (e.g. swap nouns)
- Added markov chain and cut-up functionality to scramble texts.
- Menu tweak
- Menu tweak
- Fixed bug relating to package data path
- Added missing dependencies to setup.py
- Added console-menu for ease of use
- Added filters for hate words
- Corrected a vs an agreement in poems generated via markov method
- Added frequently following word(s) functions
- similar_meaning_words, similar_sounding_words, etc. (plural functions) now also accept list of strings as argument
- Added markov chain algorithm for constructing poem lines
- Added PDF generation methods
- Added more cases to 'too similar'
- Added related_rare_word(s) functions.
- Fixed issue where first and second words of poem could be too similar
- Fixed readme so example image will show on Pypi
- Added example image to readme.
- Added datamuse_api_max option to phonetically_related_words function.
- Renamed frequently_intratextually_coappearing_word(s) functions to contextually_linked_word(s).
- Defined public api with all_.
- Revised readme's installation instructions.
- Updated module docstrings, adding further detail and fixing errors.
- Fixed bug where wrong results were being returned when datamuse_api_max set to None.