Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

MarkovWiki

MarkovWiki is an application that stochastically generates 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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages