From 6d30ea4ac938e4198ff44c082a33d745eb3951e7 Mon Sep 17 00:00:00 2001 From: kartofen Date: Wed, 24 Aug 2022 21:06:16 +0300 Subject: some more readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9a077d9..7abf3bd 100644 --- a/README.md +++ b/README.md @@ -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) -- cgit v1.2.3