approxmatch
Arguments
The function accepts single argument.
The function also accepts the following optional named parameters:
-
order:=yes/no searches taking into account the order of tokens in a source phrase. Default value is set to no.
-
skip_pos skips the specified part of speech within the argument.
-
sentence:=yes/no limits a search to a sentence. Default value is set to no.
-
max_distance specifies a maximal distance from first to last token.
-
skip_class specifies the name of a word-class or a stop-word class (skip_class:=stop) which are ignored when searching.
-
skip_words specifies words ignored when searching.
-
unique:=yes|no searches only unique or non-unique tokens. Default value is set to no.
-
match:=range matches the whole range of the listed arguments.