Compare semantic similarity
Sends two separate text fields from a FORM to the Python NLP service.Loading...
Current path: /tools/text/compare
Available methods and their JSON schemas
post
Compare semantic similarity
Tools: TextSends two separate text fields from a FORM to the Python NLP service.
JSON Document Schema:
{
"Path": "/tools/text/compare",
"Method": "post",
"Tag": "Tools: Text",
"Summary": "Compare semantic similarity",
"Description": "Sends two separate text fields from a FORM to the Python NLP service.",
"Parameters": [
{
"name": "text1",
"in": "formData",
"description": "First text string",
"required": true,
"type": "string",
"default": null
},
{
"name": "text2",
"in": "formData",
"description": "Second text string",
"required": true,
"type": "string",
"default": null
}
]
}