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.
- Host: GitHub
- URL: https://github.com/milesmcc/markovpoetry
- Owner: milesmcc
- Created: 2016-09-02T15:56:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T03:16:35.000Z (over 8 years ago)
- Last Synced: 2025-04-09T22:54:54.294Z (3 months ago)
- Language: Java
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.