Description
It would make annotation easier if there was a way of filtering recommendations and then accepting only those recommendations displayed in the filtered results. My sentences contain a lot of entity spans, often the recommendations overlap. Often accepting all results in accidentally accepting incorrect recommendations. Accepting/Rejecting each recommendation one by one is tedious but accepting all is error-prone.
Describe the solution you'd like
Be able to apply filters to the output of recommenders, i.e. on the recommendation side-panel, for example at a minimum
- Select only recommendations from a specifier recommended (i.e. just the String Matcher on the Named Entity Layer)
- Select recommendations by feature, i.e. all recommendations with value='New York'
This would only display the sentences that contain at least one recommendation that matches the filter criteria.
The accept all
option should then only accept recommendations that match the filter criteria.