diff options
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.java | 6 |
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 |
