text-normaliser

This is an agent that applies specific transformations on text.

Example

An example that lowercases the provided contents:

  - name: "Normalise text"
    type: "text-normaliser"
    configuration:
      make-lowercase: true
      trim-spaces: true

With the configuration above and an input of "HI there with a TRAILING space ", the output is hi there with a trailing space.

Topics

Input

  • Structured and unstructured text ?

  • Implicit topic ?

Output

  • Structured text ?

  • Implicit topic ?

Configuration

Checkout the full configuration properties in the API Reference page.

Last updated