An open API service indexing awesome lists of open source software.

https://github.com/milesmcc/markovpoetry

MarkovPoetry is a Java implementation of Markov chain generation based on long input text, generating short sentences in the "style" of the text using a Markov algorithm.
https://github.com/milesmcc/markovpoetry

Last synced: 3 months ago
JSON representation

MarkovPoetry is a Java implementation of Markov chain generation based on long input text, generating short sentences in the "style" of the text using a Markov algorithm.

Awesome Lists containing this project

README

        

# MarkovPoetry
MarkovPoetry is a Java implementation of Markov chain generation based on long input text, generating short sentences in the "style" of the text using a Markov algorithm.

##Output
When run over a Donald Trump speech, it generated a the most Trump-ish remark that Trump never said: I love what I know -- nobody knows it better.

##Proof of Concept
This is a purely proof of concept program. The code is fine but it's not great. It's fast though. I'll go through and comment it up when I have time.
Just judge the implementation, not the convention-nonconforming code.

##This is a weird implementation I know.

##API
I'll add an easy to use API to this soon.