Default rules

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

High
recall
High
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. Phrase can be a valid Regular expression

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

    Add negative phrases. If these phrases are found around the match, this is possibly a false possitive. You can use different weights to assign importance. Phrase can be a valid Regular expression

    {{negativePhrasesArray.length}} negative word{{negativePhrasesArray.length!==1 ? 's' : ''}}
  • Text preprocessing

    Select among the following text preprocessing steps.

  • Document section acknowledgment citations

    Select the part of the document that will be processed.

  • Mining area size

    You may edit the length of the text area that the algorithm uses to decide if a match is a true positive.
    For advanced users only