Logo Data Hunter {store}

Сравните семантическое сходство

Отправляет два отдельных текстовых поля из формы в службу Python NLP.
Инструменты: Текст
Loading...
Текущий путь: /tools/text/compare

Доступные методы и их схемы JSON.

post Сравните семантическое сходство
Инструменты: Текст

Отправляет два отдельных текстовых поля из формы в службу Python NLP.

Схема документа 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
    }
  ]
}