dnet-and/dnet-and-test/src/main/resources/jobs/parameters/tokenizer_parameters.json

26 lines
680 B
JSON

[
{
"paramName": "i",
"paramLongName": "entitiesPath",
"paramDescription": "the input data: entities that should be tokenized",
"paramRequired": true
},
{
"paramName": "f",
"paramLongName": "inputFieldJPath",
"paramDescription": "the jpath of the field to be tokenized",
"paramRequired": true
},
{
"paramName": "w",
"paramLongName": "workingPath",
"paramDescription": "path of the working directory",
"paramRequired": true
},
{
"paramName": "np",
"paramLongName": "numPartitions",
"paramDescription": "number of partitions for the similarity relations intermediate phases",
"paramRequired": false
}
]