Generates dummy text, based on two files: a themed file (the generic) and an ipsum file (the ipsum). Also takes three other arguments:
- number of paragraphs: must be an integer, defaults to 5 if a value less than 1 is provided;
- uses ipsum: indicates if the dummy text generator should use or not the ipsum text. Must be one of True or False;
- comma chance: the ratio of commas in the text. Must range from 0 to 100.
The files to feed the generator must have each expression comma-separated. This dummy text generator will tokenize the files splitting by the commas.