Updates:
- Add a setting to set a minimum word length that is eligible for caps filter check
THIS UPDATE REQUIRES A CONFIG.YML CHANGE IF YOU WANT TO USE THE NEW FEATURE!
Please add the following piece to your config.yml (preferably right under the caps-filter-threshold setting.
Code (YAML):
# This setting is a minimum length for words, to go through the caps filter check. If the word is under defined number of letters,
# then caps filter does not apply.
# Example: If this setting is set to 6, then HELLO will not trigger the caps filter, but HELLOO will trigger.
caps-filter-minimum-word-length
: 6