Open DJjjjhao opened 3 years ago
Hi @DJjjjhao , Sorry for the late response.
The output is split by space where:
assign|message|group
)boolean
and METHOD_NAME
), with the hash of the path (600457869
).See additional details here: https://github.com/tech-srl/code2vec#extending-to-other-languages
Best, Uri
I run JavaExtractor to get the ast paths and get the output like this "assign|message|group boolean,600457869,METHOD_NAME". I feel confused about the output. Is the output split by space and what's the meaning of the number "600457869"? Thank you very much!