sfollow
Purpose
Finds documents that contain sequences of arguments in specified order within one sentence.
The function is an alias of sentence(follow(1, term_1, term_2 …)).
Arguments
The function accepts several arguments:
-
term_1, term_2 define the terms to search for and specify their order; the number of terms is unlimited.
The function also supports optional named parameters:
-
allow_punct:=yes/no allows or prohibits punctuation between arguments (set to "yes" by default).
-
allow_space:=yes/no allows or prohibits spaces between arguments (set to "no" by default).
-
match:=range matches text range starting from the first found term and ending with the last found term.
-
match:=inverse matches text range starting from the first found term and ending with the last found term except for the specified arguments.