18 lines
261 B
Plaintext
18 lines
261 B
Plaintext
meta {
|
|
name: Searches for the 10 words most semantically similar words to the
|
|
specified word.
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: {{baseUrl}}/memori/v2/SimilarWords/:strSessionID/:word
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strSessionID:
|
|
word:
|
|
}
|