Compare semantic similarity

Sends two separate text fields from a FORM to the Python NLP service.
Tools: Text
Loading...
Current path: /tools/text/compare

Available methods and their JSON schemas

post Compare semantic similarity
Tools: Text

Sends 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.",
  "consumes": null,
  "Parameters": [
    {
      "name": "text1",
      "in": "formData",
      "description": "First text string",
      "required": false,
      "type": "string",
      "default": "Hello world",
      "x-load-url": null,
      "x-link-child": null
    },
    {
      "name": "text2",
      "in": "formData",
      "description": "Second text string",
      "required": false,
      "type": "string",
      "default": "Hello universe",
      "x-load-url": null,
      "x-link-child": null
    }
  ]
}