cs132.markov
Class AllSherlockHolmesByCharacters

java.lang.Object
  extended by cs132.markov.AllSherlockHolmesByCharacters

public class AllSherlockHolmesByCharacters
extends java.lang.Object

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.


Constructor Summary
AllSherlockHolmesByCharacters()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllSherlockHolmesByCharacters

public AllSherlockHolmesByCharacters()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception