Project Text Unit Similarity List for ONE text unit
Query parameters
Filter params similar to JQWidgets grid filter params: filterscount=1, filterdatafield0="a", filtervalue0="b", filtercondition0="CONTAINS", filteroperator0=1, sortdatafied="c", sortorder="asc"
text unit b text max length, 0 to get all text
run id or text unit id required
run id or last_run or text unit id required
run id or text unit id required
document ID
start of chosen text block in a Document
end of chosen text block in a Document
selection coordinates
Response
Example response
[
{
"run_id": "run_id",
"document_a_id": "document_a_id",
"document_b_id": "document_b_id",
"text_unit_b__location_end": "text_unit_b__location_end",
"text_unit_b_text": "text_unit_b_text",
"document_a_name": "document_a_name",
"text_unit_a__unit_type": "text_unit_a__unit_type",
"text_unit_b_id": "text_unit_b_id",
"text_unit_a_id": "text_unit_a_id",
"text_unit_a__location_start": "text_unit_a__location_start",
"document_b_name": "document_b_name",
"text_unit_a_text": "text_unit_a_text",
"similarity": "similarity",
"text_unit_b__location_start": "text_unit_b__location_start",
"text_unit_a__location_end": "text_unit_a__location_end"
}
]Changes
Changed in 2 of the 5 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 63 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲