SmartEmbed
SmartEmbed copied to clipboard
A Tool for clone detection and bug detection in smart contracts
I have download the pretrained models and put them in the right directories, however when try to run the program as the procedures in README.md, I failed when I run...
Sorry to bother you, in your paper, you have mentioned 308 node types,but how can we know this?Does 308 mean ast node types or solidity grammar rules?
I am trying to run your tool to try it out, but I am running into an issue with gensim when I try to run the app in todo/app.py. My...
Hi, great repo. Could you share the Normalizer and Java Parser code for `function_level` to regenerate token list similar to your `function_normalized_tokens` and `function_tokens` in the original processed dataset ?