A Nova Marketing Group service
Docsmenu

Analysis modes

An analysis mode tells the engine how aggressively to parse and match. Strict modes accept fewer alternatives, flexible modes accept more.

Catalog#

ModeBehavior
STRICTExact matches only. Fastest, lowest recall. Use when input is known-clean.
MODERATEAllows minor variations (missing words, light misspellings). Balanced default.
FLEXIBLEAggressive matching: accents tolerated, multiple typos, partial input. Highest recall, more alternatives.
oneStop Analysis ModeTuned for OneStopAnalyze. Optimized for autocomplete and interactive capture.
SERP TESTReproduces Canada Post's SERP evaluation rules. Use only for SERP audits.
nCode Reserved Analysis ModeInternal reserved mode.

Picking a mode#

  • Real-time autocompleteoneStop Analysis Mode.
  • Form-validation on submitMODERATE (good balance of strictness and recall).
  • Bulk back-office cleanupFLEXIBLE (catch every salvageable record; deal with ambiguity downstream).
  • SERP audit runSERP TEST (the only mode Canada Post accepts for SOA submissions).
  • Already-validated inputSTRICT (skip recovery work; flag any deviation as an error).

The mode interacts with Correction styles: an aggressive mode may surface alternatives that the configured correction style then renders in a different case or with different keyword spelling.

Custom modes#

Define one with SetAnalysisMode.