Options
All
  • Public
  • Public/Protected
  • All
Menu

A Pre-processor. To transfor a string before any classification or understanding is known about it.

export
interface

PreProcessor

Hierarchy

  • PreProcessor

Implemented by

Index

Methods

Methods

preProcess

  • preProcess(query: string): string
  • Function to preform the pre-processing.

    memberof

    PreProcessor

    Parameters

    • query: string

      The string to pre-process.

    Returns string

    The pre-processed string.

Generated using TypeDoc