Code Monkey home page Code Monkey logo

Comments (2)

urialon avatar urialon commented on September 26, 2024 2

Hi @Pawan300,
Thanks for your interest in code2seq!

Yeah, this is expected.
The InteractivePredictor is using the EXTRACTION_API which is a deployed AWS Lambda Function that parses Java.

The Python extractor was only recently contributed by @stasbel , and was contributed as an "offline" extractor for the already-parsed python dataset called "Python150k".
Making the Python extractor work with InteractivePredictor requires implementing a python component that takes raw python programs, parses them, extracts paths using the same logic as the Python150kExtractor, and connecting this component to the InteractivePredictor either by an HTTP request (as it is currently the case with the Java API) or directly by simply calling it (because both the InteractivePredictor and the PythonExtractor are written in Python).

Unfortunately, I don't think I have the capacity to do it myself anytime soon. If you manage to implement this yourself, I would happily adopt it into this project.

Best,
Uri

from code2seq.

Pawan300 avatar Pawan300 commented on September 26, 2024

Thanks @urialon,
I think I got your point.

from code2seq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.