deep-code-search
deep-code-search copied to clipboard
how to pre-process a python code snippet instead of java??
I would like to build a search engine for python code snippet for that I want to prepare a data set u prepared in java snippet. According to me rest of the thing will remain the same. So anyone suggests me for python code snippet preprocessing?
Have you solved it? Looking for your reply! thanks a lot.
+1
You can refer to a recent work (https://arxiv.org/pdf/2205.01254.pdf) which extends deepAPI. The paper proposes an approach for extracting Python API sequences.