I’m using the following command to edit a document automatically by applying discrete rules (DASH_RULE) but for some reason this rule does not apply its suggestions automatically:
languagetool --language "en-GB" --level "PICKY" -e "DASH_RULE" -eo --apply input_file > output_file
Why does the output not have any changes implemented? Other rules seem to work fine, e.g. OXFORD_SPELLING_Z_NOT_S. Is this specific to typographic rules? (I’ve also noticed that EN_QUOTES and ELLIPSIS aren’t applied automatically.)