Skip to content

config: support list-type data for probe_spec and detector_spec in json and yaml configs #1563

@leondz

Description

@leondz

Currently only a single string of plugins & classes, separated by commas, is supported. Enable native types in config markup

Current:

JSON:

"probe_spec": "suffix,phrasing.PastTense"

YAML:

probe_spec: suffix,phrasing.PastTense

Target to also support:

JSON:

"probe_spec": [
  "suffix", 
  "phrasing.PastTense"
]

YAML:

probe_spec: 
  - suffix
  - phrasing.PastTense

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions