From 00f1856c7cc85041ae3dd9c10e9034f5196d26e2 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Fri, 8 Dec 2023 23:47:15 -0600 Subject: [PATCH] Added final assignment requirements --- README.md | 45 ++++++++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d244748..88365a9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,35 @@ # markov-generator +## Results + +This program was tested using aces-up.txt and stalemate.txt + +stalemate replaced aces-up for more interesting generation + +A k=8 input resulted in the best output since it stopped words from being cut off + +### Favorites + +*All k's were generated from stalemate.txt with n=32* + +>k=0: thinopreareBunofothinothinealoupa + +>k=1: wit. thimp worg thanc thelescrope + +>k=2: thate anyh out. IRS. God. some IN + +>k=3: that. There. high fough that' fin + +>k=4: protec you?" its infrin that?" Un + +>k=5: United ankles can't having younge + +>k=6: thing, God. You'll forgotte shave + +>k=7: three into wounded? online away. + +>k=8: both. several whatsoever thing, s + ## Compiling the project Prerequisites @@ -18,18 +48,3 @@ Simply run the program using: build/bin/markov -## Testing the Project - -Prerequisites - - [Unity (Throw the Switch)](https://github.com/ThrowTheSwitch/Unity) | [AUR](https://aur.archlinux.org/packages/unity-test) - -In order to compile the tests for the project, simply run these two commands: - - cmake -DCMAKE_BUILD_TYPE=Debug -B build -S . - cmake --build build - -The program should now be compiled at build/bin/tests - -Simply run the tests using: - - build/bin/tests