Open adkonr opened 2 years ago
@adkonr could you solve this issue? I am facing the same problem
@vovak I am using this yaml file to extract JS code into code2vec format. But, it still gives me in code2Seq format. Can you help me here
`# input directory (path to project) inputDir: /Users/zunaira/Desktop/JScode2vec/testerinput
outputDir: /Users/zunaira/Desktop/JScode2vec/res3
parser: name: antlr languages: [js]
filters:
label: name: file name
storage: name: code2vec maxPathLength: 8 maxPathWidth: 2 maxPaths: 1000000 maxTokens: 100000 maxPathContextsPerEntity: 5
numOfThreads: 4 `
Hello everyone,
I am trying to parse Cpp files to the Code2Vec format for further processing. But when I am running the cli file with the following config, the output is saved as .c2s instead of the desired .c2v format. Is this an error? If no, how do I get the code2vec format?
Thanks for your help!
inputDir: dataset/input/ outputDir: output
parser: name: fuzzy languages: [cpp]
label: name: file name
storage: name: code2vec maxPathLength: 1000 maxPathWidth: 1000