-
Notifications
You must be signed in to change notification settings - Fork 0
GibberizingProcess
Dale Emery edited this page Apr 19, 2015
·
1 revision
Gibberizer translates your text into 'lexically-similar' gibs in four steps:
Step 1: Slice the input text into one or more strings.
Step 2: Parse each string into a set of N-grams, and make a list of all N-grams from all strings. Notes which N-grams start and end each string.
Step 3: Create gibs from the list of N-grams. Throw out any gibs that are disallowed by the filters. Continue until all of the gibs you wanted have been created, or until too many failures occur.
Step 4: Display the list of created gibs, separating them with spaces, new lines, or blank lines as you directed.