Check reuse overlap
check_reuseCompare submitted text against your own documents to identify verbatim shared passages and calculate the proportion of overlap using word shingles.
Instructions
Compare the text against reference documents you provide, using word shingles, and return the share of overlap and the verbatim shared passages. This is a local check against the documents passed in. It does not search the web or any plagiarism database. Deterministic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to analyze. | |
| references | Yes | One or more of your own documents to compare against. |