|
Class Summary |
| AllSherlockHolmes |
Provides main method to generate text using a third order Markov chain from
all 12 Sherlock Holmes stories If a command line argument is supplied, writes
output to that file. |
| AllSherlockHolmesByCharacters |
Provides main method to generate text using a fifth order character-based
Markov chain from all 12 Sherlock Holmes stories If a command line argument
is supplied, writes output to that file. |
| PublicTests |
Some test cases distributed as part of the project. |
| SherlockHolmesMeetsHamlet |
Provides main method to generate text using a third order Markov chain from
all 12 Sherlock Holmes stories and Hamlet. |
| StudentTests |
Please put your own test cases into this file, so they can be tested
on the server. |