summaryrefslogtreecommitdiff
path: root/RGens/src/main/java/bjc/rgens/text/markov/TextGenerator.java
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-07-23 16:27:29 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-07-23 16:27:29 -0300
commit985c3e8e9eeff790a138d74aeea30bc069cb97f9 (patch)
tree610482757b04c338715af176aad680254c1fef8e /RGens/src/main/java/bjc/rgens/text/markov/TextGenerator.java
parent37caa6e5d2108778e7ee0c7940bd2b7d2b13095c (diff)
Formatting
Diffstat (limited to 'RGens/src/main/java/bjc/rgens/text/markov/TextGenerator.java')
-rw-r--r--[-rwxr-xr-x]RGens/src/main/java/bjc/rgens/text/markov/TextGenerator.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/RGens/src/main/java/bjc/rgens/text/markov/TextGenerator.java b/RGens/src/main/java/bjc/rgens/text/markov/TextGenerator.java
index 7d20d79..0ec40df 100755..100644
--- a/RGens/src/main/java/bjc/rgens/text/markov/TextGenerator.java
+++ b/RGens/src/main/java/bjc/rgens/text/markov/TextGenerator.java
@@ -4,20 +4,20 @@ import java.io.*;
/**
* Generate text from a markov model of an input text
- *
+ *
* @author ben
*
*/
public class TextGenerator {
/**
* Main method.
- *
+ *
* @param args
* when used with three arguments, the first represents
* the k-order of the Markov objects. The second
* represents the number of characters to print out. The
* third represents the file to be read.
- *
+ *
* When used with two arguments, the first represents the
* k-order of the Markov objects, and the second
* represents the file to be read. The generated text