divvun / divvun-gramcheck-web

Grammar checker for web word processors, targeted at minority and indigenous languages, but open for everyone.
GNU General Public License v3.0
1 stars 0 forks source link

Suggestions missing, appear in CLI #53

Closed snomos closed 4 months ago

snomos commented 2 years ago

Cf #52 where there are no suggestions returned from the server to the extensions for the input string og, but plenty of suggestions in the CLI:

{
  "errs": [
    […],
    […],
    [
      "og",
      78,
      80,
      "typo",
      "Ii leat sátnelisttus",
      [
        "on",
        "ok",
        "ogi",
        "oge",
        "uš",
        "ja",
        "go",
        "kg",
        "ii",
        "oč"
      ],
      "Čállinmeattáhus"
    ],
    […]
  ],
  "text": "Su váldofágadutkamuš lei sosiálapedagogihkas, fáddán ”Samisk barneoppdragelse og kjønnssosialisering”, Oslo 1986."
}
snomos commented 4 months ago

This is not longer an issue. Closed.