"description":"Attempts to classify whether a text is hyper-partisan or not. This system won first prize in the Hyperpartisan News Detection task at SemEval 2019 - for full details see https://cloud.gate.ac.uk/shopfront/displayItem/hyperpartisan",
"description":"The image of the runtime to use for method execution. This depends on the infrastructure specific protocol for interacting with registries.",
"description":"Separator between columns - comma for a normal CSV file but tab is also supported()",
"minOccurs":1,
"maxOccurs":1,
"schema":{
"type":"string",
"enum":[
"comma",
"tab"
],
"default":"comma"
}
},
"hasHeaders":{
"id":"hasHeaders",
"title":"hasHeaders",
"description":"Does the CSV have a header row?()",
"minOccurs":1,
"maxOccurs":1,
"schema":{
"type":"string",
"format":"boolean",
"default":"false"
}
},
"textColumn":{
"id":"textColumn",
"title":"textColumn",
"description":"Column name (if hasHeaders) or index (1-based) that contains the text to process()",
"minOccurs":1,
"maxOccurs":1,
"schema":{
"type":"string",
"format":"none",
"default":"1"
}
},
"copyColumns":{
"id":"copyColumns",
"title":"copyColumns",
"description":"Comma-separated list of column names (if hasHeaders is true) or indexes (1-based) that should be copied from the input to output, for example a column representing the document identifier. 0 means do not copy any columns to the output.()",
"minOccurs":1,
"maxOccurs":1,
"schema":{
"type":"string",
"format":"none",
"default":"0"
}
},
"output1":{
"id":"output1",
"title":"output1",
"description":"Output column definition (2 pre-configured options available, select as many as you wish, or if you prefer you can also add custom output column definitions below)()",
"minOccurs":1,
"maxOccurs":1,
"schema":{
"type":"string",
"enum":[
"none",
"hyperpartisan hyperpartisan_probability",
"hyperpartisan hyperpartisan_probability as %"
],
"default":"none"
}
},
"moreOutput":{
"id":"moreOutput",
"title":"moreOutput",
"description":"More output column definitions, using the output specification language. Enter none if you do not require any extra outputs [a sequence of values separated by #](https://cloud.gate.ac.uk/info/help/sobigdata/#output-spec)",