-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Milestone
Description
Let's say I have 10 lexicons. I dont want to send 10 annotate requests if only n << 10 lexicons are present in the searched term.
Therefore, I send a coverage request, which returns n relevant lexicons. Then I do n annotate requests.
It seems like a waste of resources to have to do so many requests. I could imagine an endpoint that directly annotates from several lexicons. Or simply enhance the current annotate endpoint:
{
...
lexicons: ['place', 'person', 'organisation'],
...
}
I am questionning the existence of this coverage endpoint. Is there another use case where that coverage is used, beside palliate the lack of such multi-lexicon annotate endpoint?
Thank you
Metadata
Metadata
Assignees
Labels
No labels