Browse Source

Left a comment explaining where I am up to and potential lead to fix bug.

master
Craig Oates 6 years ago
parent
commit
b970cc5cfe
  1. 6
      WetPancake/DataServices.fs

6
WetPancake/DataServices.fs

@ -39,7 +39,11 @@
}
result |> ConcatToString
(*
YOU ARE UP TO HERE!
My hunch is I need to validate the startwords collection.
If the startwords is empty, the key generated from it will not be found in the map of possible results to append on to the initial word in startwords.
*)
let GenerateMarkovTextTesting noOfSentences map =
let startWords = fst(SeperateStartWords map)
let result =

Loading…
Cancel
Save