Skip to content

Zhuoxuan-Zhang/Text-Generator-Markov-Model-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This text generator uses these Markov model to read in a sample text, then generates a new random text based off the sample.

Usage:

Find TextGenerator in src file and run it with java.

Here are the arguments for running the program with them. In order the arguments are K (the length of a State, which is the basis for the text generation) M (the number of characters to generate) and the name of the file with the training text.

For example: 8 500 test1.txt

Zhuoxuan Zhang

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages