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
A possible enhancement for the Finto AI user interface would be to detect the language of input text. This would be easy to implement if the corresponding functionality is added to the Annif REST API: see NatLibFi/Annif#631
How best to add this feature to the UI needs a bit more thought. I can think of two approaches:
Make this functionality completely separate from the subject indexing. Basically, a button (or other widget) that the user clicks on and then the UI shows the detected language.
Integrate with the subject indexing functionality. For example, first detect the language, then narrow down the available projects based on the language (example: if the text is detected as English, show only projects intended for English language).
The text was updated successfully, but these errors were encountered:
Annif (code in main branch) has now the language detection method in the API (NatLibFi/Annif#631, NatLibFi/Annif#659), so this feature could be implemented.
In user interface the most natural approach was to modify the first menu to be only for the vocabulary (items would be YSO (<version-name>), YKL, KAUNO and KOKO (in the future)), and to add a menu below for the language of the text (the default selection is automatic detection)
In the text language menu manually selectable should be only the languages supported by the selected projects, others could be absent or preferably grayed out, like English and Swedish for KAUNO).
A possible enhancement for the Finto AI user interface would be to detect the language of input text. This would be easy to implement if the corresponding functionality is added to the Annif REST API: see NatLibFi/Annif#631
How best to add this feature to the UI needs a bit more thought. I can think of two approaches:
The text was updated successfully, but these errors were encountered: