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
get_scansion("Verde abrigo azul", rhythmical_lengths=[7]) should return:
get_scansion("Verde abrigo azul", rhythmical_lengths=[7])
Ver dea bri go a zul
The text was updated successfully, but these errors were encountered:
Correct output:
{ "type": "word", "content": "que", "lemma": "example_lemma", "morphologicalAnnotation": "example_morphologicalAnnotation", "translation": "example_translation", "wordNumber": 2, "wordSense": "example_wordSense", "partOfSpeech": "EX_partOfSpeech", "syllableList": [ { "content": "que", "isStressed": false, "isWordEnd": true, "hasSinaeresis": null, "hasSynalepha": true, "coda": "example_coda", "nucleus": "example_nucleus", "onset": "example_onset", "is_stressed": false, "has_synalepha": true, "is_word_end": true } ] }, { "type": "word", "content": "en", "lemma": "example_lemma", "morphologicalAnnotation": "example_morphologicalAnnotation", "translation": "example_translation", "wordNumber": 3, "wordSense": "example_wordSense", "partOfSpeech": "EX_partOfSpeech", "syllableList": [ { "content": "en", "isStressed": false, "isWordEnd": true, "hasSinaeresis": null, "hasSynalepha": null, "coda": "example_coda", "nucleus": "example_nucleus", "onset": "example_onset", "is_stressed": false, "is_word_end": true } ] },
Sorry, something went wrong.
alvp
aitordiaz
No branches or pull requests
get_scansion("Verde abrigo azul", rhythmical_lengths=[7])
should return:Ver dea bri go a zul
The text was updated successfully, but these errors were encountered: