The "Markov Text Editor" is an N-Gram language model imbedded within a standard text editor. It allows the user to load a corpus of text (called a "Markov Text" in the File dialog) and build word based or letter based N-gram models of the language. You can then sample the distribution of the language model with a number of different built in distributions, including RANDOM, NORMAL, LOG NORMAL, and distributions based off of the logistic map and other chaotic iterative equations. The links below should work for most MacOSX and Windows 10 users:
Github of the project:
I have used the MarkovText Editor to create poems based on remixing my own prose:
Back to Top