πŸ“„ EmptyΒΆ

Note

ID: templates.targeted_sentiment_extraction.neutral.empty | Type: SpanLabelingTemplate

{
    "__type__": "span_labeling_template",
    "input_format": "{text}",
    "labels_support": [
        "neutral"
    ],
    "postprocessors": [
        "processors.to_span_label_pairs_surface_only"
    ],
    "span_label_format": "{span}"
}

References: processors.to_span_label_pairs_surface_only

Read more about catalog usage here.