Hi guys,
here is an example: (I am using “picky” level)
"Access to clean and safe drinking water is a fundamental human right. "
but the system reports with confidence 0.8 that there should be a comma before “and”
"rule": {
"id": "COMMA_COMPOUND_SENTENCE_2",
"subId": "4",
"sourceFile": "grammar.xml",
"description": "comma between independent clauses",
"issueType": "uncategorized",
"urls": [
{
"value": "https://languagetool.org/insights/post/types-of-sentences/#compound-sentence"
}
],
"category": {
"id": "PUNCTUATION",
"name": "Punctuation"
},
"isPremium": false,
"confidence": 0.81
},
"ignoreForIncompleteSentence": true,
"contextForSureMatch": -1
}
I would like to avoid these kind of false positive. Can I rely on confidence parameter and filter errors by it? And what threshold would you recommend? 0.9?