Skip to content

annotate from several lexicons #6

@OoDeLally

Description

@OoDeLally

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
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions