Default rules

Select your mining strategy. Choose between high recall or high precision.

High
recall
Hight
precision

Custom rules

  • Positive phrases {{positivePhrasesArray.length}} phrase{{positivePhrasesArray.length===1?'':'s'}}

    Add phrases that are very likely to be near a match. You can use different weights to divide between important and less important phrases.

    {{positivePhrasesArray.length}} positive word{{positivePhrasesArray.length!==1 ? 's' : ''}}
  • Negative phrases {{negativePhrasesArray.length}} phrase{{negativePhrasesArray.length===1?'':'s'}}

    Add negative phrases that reduce the possibility for a match to be a match. You can use different weights to divide between important and less important phrases.

    {{negativePhrasesArray.length}} negative word{{negativePhrasesArray.length!==1 ? 's' : ''}}
  • Mining area size before: {{settings.contextprev}} after: {{settings.contextnext}}

    You may edit the length of the text area that the algorithm uses to decide if a match is a true positive.
    This is mainly for advanced users, so you ‘ll rarely need to change these values.

  • Text preprocessing

    Select among the following text preprocessing steps.