diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,6 +6,9 @@ The main program expect a file specified in src/main.c (default is files/in.txt) The program generates a markov chain using the file. Output and other things can be tweaked with the macros in the files. +As a good example of my programs abilities is the aristocrats south park joke ;) +even though it is short, longer files will produce better output + ### Build To build use @@ -22,5 +25,5 @@ Limitations of the output: 2. No proper punctuation (who needs punctuation anyway), just words Limitations of processing input: -1. The symbols: `[]"",` are completely ignored, +1. The symbols: `[]"", ` are completely ignored, `.` and `\n` are used to identify end of thought (sentance) |