Java program to produce random text using Markov Chains. Includes a basic GUI made using JavaFX.
- Made using Java 8 (not tested on other versions)
- Uses Google's Guava library
- Uses Python script to gather comments from Reddit to generate markov chain model
- Tested using Python 3
- Requires PRAW library
- Basic text generation so output might not be the best
- Can generate a model based on two methods
- A local .txt file on the users system
- (Initial/Beta) Reddit comments from a subreddit of the user's choosing (default: /r/askreddit)
- Add new UI elements to let the user control:
- Length of generated text