Comparar similitud semántica

Envía dos campos de texto separados desde un FORMULARIO al servicio PNL de Python.
Herramientas: Texto
Loading...
Camino actual: /tools/text/compare

Métodos disponibles y sus esquemas JSON.

post Comparar similitud semántica
Herramientas: Texto

Envía dos campos de texto separados desde un FORMULARIO al servicio PNL de Python.

Esquema de documento JSON:
{
  "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
    }
  ]
}