Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example configuration in a processor:

{
  "parser": {
    "key": "text",
    "structureType": "SMILES",
    "output": {
      "field": "output_field"
    }
  }
}

Configuration parameters:

parser.key

(Required, String) field with the text.

parser.structureType (Optional, String) format used to describe the structure of chemicals. Defaults to SMILES.

Available values: SMILES, STD_INCHI, STD_INCHI_KEY, CML.

parser.output.field

(Optional, String) field used for output.

Input/Output examples

Input

...