Comparar similitud semántica
Envía dos campos de texto separados desde un FORMULARIO al servicio PNL de Python.Loading...
Camino actual: /tools/text/compare
Métodos disponibles y sus esquemas JSON.
post
Comparar similitud semántica
Herramientas: TextoEnví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.",
"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
}
]
}