diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-24 21:06:16 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-24 21:06:16 +0300 |
commit | 6d30ea4ac938e4198ff44c082a33d745eb3951e7 (patch) | |
tree | dad8f8ba7bcbc2093492a688697ee88a5ff93a26 | |
parent | 4dd7d65361e906228e961bc55092a96cd7e3efe1 (diff) |
some more readme
-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) |