This C++ program implements a Markov Chain-based text generator. It processes an input text file and generates new text, mimicking the style of the original text based on the Markov Chain model.
- Input text processing from a file.
- New text generation using Markov Chains.
- Configurable key length and output word count.
- A C++ compiler.
- Standard C++ libraries.
- Compile the program with your C++ compiler.
- Execute the program and enter the filename of your text file when prompted.
- The program outputs the generated text to the console.
./markov
Enter file name: yourtextfile.txt
[Generated text is displayed here]