cs132.markov
Class AllSherlockHolmes

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

public class AllSherlockHolmes
extends java.lang.Object

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.


Constructor Summary
AllSherlockHolmes()
           
 
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

AllSherlockHolmes

public AllSherlockHolmes()
Method Detail

main

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