Quote:
Originally Posted by brent63
I changed False to True and followed your previous instructions, see below.
|
This means that the plugin works. Is your problem that the plugin doesn't display the message in the Sigil validation window or do you want LanguageTool to ignore profanities?
If you don't want LanguageTool to complain about profanities, insert
,PROFANITY at the end of the disabledRules entry (after
SENTENCE_WHITESPACE and before the closing quotation mark):
Code:
{
"disabledRules": "MORFOLOGIK_RULE_EN_US,MORFOLOGIK_RULE_EN_GB,ENGLISH_WORD_REPEAT_BEGINNING_RULE,WHITESPACE_RULE,COMMA_PARENTHESIS_WHITESPACE,SENTENCE_WHITESPACE,PROFANITY",
"disabledCategories": "REDUNDANCY",
"update_check": false,
"allFiles": false,
"clipboard_copy": false,
"ltPath": "C:/Users/Brent/Language/LanguageTool-4.6/LanguageTool-4.6/languagetool-commandline.jar"
}
(You'll have to scroll to the right to see the change.)
D.