lyriccoder
lyriccoder
I am using 0.4.5-alpha6
Sorry for this thread. httpkit was in project.clj You can close the ticket
@auspicious3000 Could you please provide dockerfile where you set up without conda? I tried hard to make it work, but this image seems to be invalid (it was created long...
Could you please provide everything what you have, I will add it. I mean both docker file and commands you ran manually?
Currently, Code2seq sends a request to a server. I want to run it locally, without any network. I need to get the same json as your service returns. Since I...
I meant the json with fields which are needed for prediction. Some nodes are missing... Seems you are using another parameters in JavaExtractor. It can affect the prediction.
I did it in the previous message. Ok, let me show it again. 1) Here is the request I send: ``` curl -X POST https://po3g2dx2qa.execute-api.us-east-1.amazonaws.com/production/extractmethods -d '{"code": "public boolean f(Set...
` java -cp JavaExtractor/JPredict/target/JavaExtractor-0.0.2-SNAPSHOT.jar JavaExtractor.App --max_path_length=8 --max_path_width=2 --file filename` There is a hardcoded filename inside `extractor.py` or `interactive_predict.py`. It rewrites `Input.java` and passes into the `filename` param
LCOM4 is the number of components, isn't it? The value must be an integer. Why does it have `float` value? Do u divide the value by anything? I wanted to...
``` tree = javalang.parse.parse(file.read()) for path, node in tree.filter(javalang.ree.MethodDeclaration): print(node) $ node is what you need ```