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

44 lines
1.1 KiB
JSON

[
{
"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
},
{
"paramName": "p",
"paramLongName": "publicationsPath",
"paramDescription": "location of the publications",
"paramRequired": true
},
{
"paramName": "f",
"paramLongName": "featuresPath",
"paramDescription": "location of the features",
"paramRequired": true
},
{
"paramName": "we",
"paramLongName": "wordEmbeddingsModel",
"paramDescription": "path of the word embeddings model",
"paramRequired": true
},
{
"paramName": "bm",
"paramLongName": "bertModel",
"paramDescription": "path of the bert model",
"paramRequired": true
},
{
"paramName": "bs",
"paramLongName": "bertSentenceModel",
"paramDescription": "path of the bert sentence model",
"paramRequired": true
}
]