Skip to content

A pseudo-random text generator using Markov modelling.

Notifications You must be signed in to change notification settings

ameya98/TextGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextGen

A pseudo-random text generator using Markov modelling.

To Use

There are two options:

Use the executable

Input the complete filename (with a "_inp.txt" extension, which will be replaced by a "_out.txt" extension). Note, the filename must be in the current directory as the executable.

Build from source

Compile MarkovChains.cpp, and run the executable, as above. C++ 11 options must be enabled while compiling. In gcc, do:

gcc -std=c++11 MarkovChains.cpp"

This is a C++ implementation for this assignment, a part of Princeton University's CS course - COS126.

About

A pseudo-random text generator using Markov modelling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages