embedding
Purpose
Finds documents that contain arguments or semantically similar words defined as their nearest neighbors in the embedding space.
Arguments
Requires one or more arguments.
The first optional argument part of speech is used to search only for words with the indicated part of speech. It accepts the values listed below:
-
noun
-
verb
-
adjective
-
adverb
-
pronoun
-
numeral
-
particle
The function also supports optional named parameters:
-
count:=[number] sets a maximum number of the nearest neighbors;
-
threshold:=[number between 0 and 1] sets a similarity threshold;