stutter 
Vars | |
four_char_chance | The chance of a four character stutter |
---|---|
stutter_prob | The probability of adding a stutter to any character |
stutter_regex | Regex to apply generically to stuttered words |
three_char_chance | The chance of a three character stutter |
two_char_chance | The chance of a two character stutter |
Var Details
four_char_chance 
The chance of a four character stutter
stutter_prob 
The probability of adding a stutter to any character
stutter_regex 
Regex to apply generically to stuttered words
- 1st capture group is any leading invalid characters (can be empty)
- 2nd capture group is either a digraph (th, qu, ch) or a consonant
- 3rd capture group is the rest of the word (can be empty)
three_char_chance 
The chance of a three character stutter
two_char_chance 
The chance of a two character stutter