You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.
input: arbitrary text
output: json document w/ what?
flow:
- client sends some text
- we use Tagme to obtain links to wiki/db-pedia docs
- we extrapolate the text's related concepts via our DB
- we hand the result back to the client
result:
{
"text": "lorem ipsum blabber bla...",
"relatedDocuments": [
"http://somedbpediadocument",
"http://someotherdbpediadocument"
],
"relatedConcepts": [
// Is this needed?
]
}
result:
{
"text": "lorem ipsum blabber bla...",
"relatedDocuments": [
"http://somedbpediadocument",
"http://someotherdbpediadocument"
],
"relatedConcepts": [
<concepts in the taxonomy> // not needed but more information we give the better
],
"spotted": [ <words spotted in the text>],
"annotations": [ <links to wikipedia>]
}
Define an "higher level API" to wrap the functionality of Concepts API, Space API and TagMe API to serve text analysis (semantic+syntactic).
The text was updated successfully, but these errors were encountered: