You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.
Right now, if the API receives an attribute that is not expected, e.g. "linguistic_register", it will simply ignore it. However, the user receives no feedback of this. The only way they can now is by checking the summarization parameters returned in the API response.
Expected feature: implement feedback of ignored attributes in POST calls. This feedback should contain the reason why a certain attribute was ignored, e.g.:
"The attribute 'linguistic_register' is not recognized. It will be ignored.", or
"The attribute 'relative_min_length' takes float values between 0.0 and 1.0. Value provided: 66.6. A default value will be used.".
The text was updated successfully, but these errors were encountered:
Right now, if the API receives an attribute that is not expected, e.g. "linguistic_register", it will simply ignore it. However, the user receives no feedback of this. The only way they can now is by checking the summarization parameters returned in the API response.
Expected feature: implement feedback of ignored attributes in POST calls. This feedback should contain the reason why a certain attribute was ignored, e.g.:
"The attribute 'linguistic_register' is not recognized. It will be ignored."
, or"The attribute 'relative_min_length' takes float values between 0.0 and 1.0. Value provided: 66.6. A default value will be used."
.The text was updated successfully, but these errors were encountered: