allomy

Results 5 issues of allomy

How to remove one node from the generate tree, as change the tree1 to tree2? ``` def test(): parser = Parser() parser.set_language(PY_LANGUAGE) tree1 = parser.parse(b"def foo(abc):\n bar()") assert(tree1.root_node.sexp() == "(module...

I'm trying to use code2vec for multi-label classification, that one sample belongs to several labels, could you give some suggestions what to do with the model? Thank you in advance...

Hi, I tried to use InferCode to generate vectors for java and c languages, and I want to initial two `InferCodeClient`s as the following code shows, but at line 6...

Thank you for your wonderful work. I have a question that, it seems the output is a 100-dimensional vector by default, how can I change the output vector size to...

Related to https://github.com/bdqnghi/infercode/blob/master/infercode/__main__.py . Execute `infercode` with 1 file succeed. ``` python3.8 -m infercode file1.c ``` But execute `infercode` with 2 files failed. ``` python3.8 -m infercode file1.c file2.c ```...