You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: