Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 425 Bytes

File metadata and controls

14 lines (8 loc) · 425 Bytes

code-summariser

Installation

To install the required depencies, pip install -r requirements.txt

Usage

To remove java files from any directory python deletenonjava.py <directory path>

Run python write_to_file.py to redirect certain number of bytes of output to different file for ease of use.

To run a learner: python <learner.py> <train_data_path> <epochs> <embeddings> <test_data_path>