bruno/memori-engine/NLP/Computes the similarity between a reference and a comparison sentences.bru
2025-03-26 16:08:31 +02:00

25 lines
374 B
Plaintext

meta {
name: Computes the similarity between a reference and a comparison sentences.
type: http
seq: 4
}
post {
url: {{baseUrl}}/memori/v2/ComputeSimilarity/:strSessionID
body: json
auth: none
}
params:path {
strSessionID:
}
body:json {
{
"referenceText": "",
"referenceTextType": "",
"comparisonText": "",
"comparisonTextType": ""
}
}