Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Language options list returns invalid data for hyphenation field #3

@snomos

Description

@snomos

The following command:

$ curl -s -X GET -k -H 'Content-Type: application/json' -i 'https://api-giellalt.uit.no/languages' | grep '{' | jq .

returns this data structure:

{
  "available": {
    "grammar": {
      "smj": "julevsámegiella",
      "sma": "Åarjelsaemien gïele",
      "sms": "nuõrttsääʹmǩiõll",
      "smn": "anarâškielâ",
      "se": "davvisámegiella"
    },
    "speller": {
      "se": "davvisámegiella",
      "smj": "julevsámegiella",
      "sma": "Åarjelsaemien gïele",
      "sms": "nuõrttsääʹmǩiõll",
      "smn": "anarâškielâ"
    },
    "hyphenation": {
      "hyphenator-gt-desc": "hyphenator-gt-desc"
    }
  }
}

The returned data for hyphenation is invalid, the expected data should be as for speller and grammar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions