We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hyphenation
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.
speller
grammar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following command:
returns this data structure:
The returned data for
hyphenation
is invalid, the expected data should be as forspeller
andgrammar
.The text was updated successfully, but these errors were encountered: