Named-Entity Recognition + Wikipedia Entity Matching

🛠️ by fpolizel

$0.01 per call

~0 calls per day

Identify entities in a given sentence, showing their classes/types, plus linking them to a Wikipedia URL.

system
programming

⛓️ Inputs

[input_sentence]:text

A sentence written in natural language, containing entities such as organization and person names, places, products, etc.

Past Responses

⚙️ Integrate this API

⏎ Reponse Format

{
response: text // Example Input:
I went to McDonald's yesterday with my brother John at the 5th Avenue.
Example Response:
McDonald's = Organization, https://pt.wikipedia.org/wiki/McDonald%27s
John = Person, https://en.wikipedia.org/wiki/John
5th Avenue = Place, https://en.wikipedia.org/wiki/Fifth_Avenue
completed: boolean // Is the response complete? Always expected to be true
}