Named-Entity Recognition + Wikipedia Entity Matching
Identify entities in a given sentence, showing their classes/types, plus linking them to a Wikipedia URL.
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%27sJohn = Person, https://en.wikipedia.org/wiki/John5th Avenue = Place, https://en.wikipedia.org/wiki/Fifth_Avenue completed: boolean // Is the response complete? Always expected to be true}