25 lines
374 B
Plaintext
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": ""
|
|
}
|
|
}
|