"apportionment" is not a spelling mistake

How to best report such false positives?

“I do not argue that apportionments should be based on actual votes cast rather than population”

curl -X POST --header 'Content-Type: application/x-www-form-urlencoded' --header 'Accept: application/json' -d 'text=I%20do%20not%20argue%20that%20apportionments%20should%20be%20based%20on%20actual%20votes%20cast%20rather%20than%20population&language=auto&enabledOnly=false' 'https://api.languagetoolplus.com/v2/check'
{
  "software": {
    "name": "LanguageTool",
    "version": "6.1-SNAPSHOT",
    "buildDate": "2023-02-07 11:45:17 +0000",
    "apiVersion": 1,
    "premium": true,
    "premiumHint": "You might be missing errors only the Premium version can find. Contact us at support<at>languagetoolplus.com.",
    "status": ""
  },
  "warnings": {
    "incompleteResults": false
  },
  "language": {
    "name": "English (US)",
    "code": "en-US",
    "detectedLanguage": {
      "name": "English (US)",
      "code": "en-US",
      "confidence": 0.99,
      "source": "fasttext"
    }
  },
  "matches": [
    {
      "message": "Possible spelling mistake found.",
      "shortMessage": "Spelling mistake",
      "replacements": [
        {
          "value": "apportionment"
        }
      ],
      "offset": 20,
      "length": 14,
      "context": {
        "text": "I do not argue that apportionments should be based on actual votes cast ra...",
        "offset": 20,
        "length": 14
      },
      "sentence": "I do not argue that apportionments should be based on actual votes cast rather than population",
      "type": {
        "typeName": "Other"
      },
      "rule": {
        "id": "MORFOLOGIK_RULE_EN_US",
        "description": "Possible spelling mistake",
        "issueType": "misspelling",
        "category": {
          "id": "TYPOS",
          "name": "Possible Typo"
        },
        "isPremium": false
      },
      "ignoreForIncompleteSentence": false,
      "contextForSureMatch": 0
    }
  ],
  "sentenceRanges": [
    [
      0,
      94
    ]
  ]
}

Thanks, I’ll add it to the dictionary. You can collect these missing words for some time and then open an issue at Issues · languagetool-org/languagetool · GitHub.