Skip to content

Wikipedia-based, Markov chain text generator application (with a GUI).

License

Notifications You must be signed in to change notification settings

OscarAPrograms/MarkovWiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

MarkovWiki

MarkovWiki is an application that stochastically generates (often nonsensical) text about any topic of the user's choosing.

After the user searches for an existing, valid Wikipedia article using the program's GUI (made in JavaFX to resemble Wikipedia's website), text from that article (accessed through jwiki) is used to build a Markov chain model. The resulting model randomly generates two initial words and then repeatedly generates new words based on the two most recently generated words until 5 sentences are written. This text is finally presented to the GUI.

Note:

This program must be run with an internet connection (otherwise Wikipedia cannot be accessed).

About

Wikipedia-based, Markov chain text generator application (with a GUI).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages