Page filter

Filters out low-scoring pages given a bag of target terms and stop terms.

Parameters

keyvaluedescription
type (required)string"pageFilter"
terms (required)arrayAn array of terms to score positively (for example, ["number of buildings", "no. of buildings"]). For more information about the NLP approach, see bag of words.
stopTermsarrayAn array of terms to score negatively (for example, ["comparables"]). For more information about the NLP approach, see bag of words.
maxPagesnumberThe maximum number of highest-scoring pages to pass through the filter