Browse Source

Left a note for possible new features.

master
Craig Oates 6 years ago
parent
commit
1aebb6b5c8
  1. 11
      WetPancake/ProductServices.fs

11
WetPancake/ProductServices.fs

@ -31,4 +31,13 @@ module Pancake =
|> ApplyStandardSetup
|> SortIntoGroups gibberishLevel
|> GenerateMap
GenerateMarkovText sentences data
GenerateMarkovText sentences data
(* Should the library provide list of the available default txt files?
By doing so, the user can specify a particular file from the list available.
Is this overkill?
Command-method Example
======================
public static string RetrieveAllTxtFiles()...
public static string GenerateTextFromDefault(gibberishLevel, sentences, defaultFileName)... *)
Loading…
Cancel
Save