dnet-and/dnet-and-test/src/main/resources/jobs/parameters/countVectorizer_parameters....

20 lines
506 B
JSON

[
{
"paramName": "w",
"paramLongName": "workingPath",
"paramDescription": "location of the working directory",
"paramRequired": true
},
{
"paramName": "v",
"paramLongName": "vocabularyPath",
"paramDescription": "location to store the vocabulary",
"paramRequired": true
},
{
"paramName": "np",
"paramLongName": "numPartitions",
"paramDescription": "number of partitions for the similarity relations intermediate phases",
"paramRequired": false
}
]