View Single Post
Old 07-29-2019, 01:02 PM   #62
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,746
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by brent63 View Post
I changed False to True and followed your previous instructions, see below.

Spoiler:
File Name Line Column Context Catgory Rule Message
Section0001.xhtml 9 4 ... >>F???<< STYLE PROFANITY Profanity: This word is considered offensive.

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.

Last edited by DiapDealer; 07-30-2019 at 08:44 AM.
Doitsu is offline   Reply With Quote