Skip to content

Open Thesaurus

Node: openThesaurus · Full type: n8n-nodes-base.openThesaurus · Version: 1

Operations

getSynonyms

Parameter Type Default Details
text string "" required
options collection {} keys: baseform, similar, startswith, substring, substringFromResults, substringMaxResults, ...

Parameter Details

options children:

Parameter Type Default Details
baseform boolean false
similar boolean false
startswith boolean false
substring boolean false
substringFromResults number 0
substringMaxResults number 10
subsynsets boolean false
supersynsets boolean false

Example

NODE "openThesaurus" AS "Open Thesaurus" {
  operation: "getSynonyms",
  text: {{ $json.text }}
}