πŸ“„ emptyΒΆ

Note

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

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

References: processors.to_span_label_pairs_surface_only

Read more about catalog usage here.