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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ Additional to the specified Open Refine Reconciliation API query parameters, you
39
39
REST-API request parameters
40
40
---------------------------
41
41
42
+
### Extract entities from full text
43
+
42
44
Automatic named entity extraction of all known/imported entities / names / labels (extension only in Open Semantic Entity Search API, not Open Refine Reconciliation Service API query standard / not supported by other Open Refine Reconciliation Services / APIs):
43
45
44
46
HTTP POST a plain text as parameter "text" to http://localhost/search-apps/entity_rest_api/reconcile so all known entities will be extracted automatically.
@@ -59,6 +61,9 @@ results = r.json()
59
61
print(results)
60
62
```
61
63
64
+
65
+
### Query for IDs and normalized data of your entity labels (Open Refine Reconciliation Service API query standard)
66
+
62
67
Query for entities (stuctured by Open Refine Reconciliation Service API query standard specified in https://github.com/OpenRefine/OpenRefine/wiki/Reconciliation-Service-API#query-request):
0 commit comments