# CodeTranslate: Java to Python Translation Framework

📑 Paper    |    🌐 Project Page    |    💾 Released Resources    |    📦 Repo This is the raw dataset for the CodeTranslate project. The Java code samples are sourced from the CodeSearchNet dataset from GitHub. ## Data Format Each sample in `java_functions_raw.jsonl` contains: ```json { "java_code": "", "function_name": "", "docstring": "", "repository": "", "complexity": "" } ``` ## Source Information This dataset is derived from the CodeSearchNet dataset (GitHub/CodeSearchNet), which contains code-documentation pairs from public GitHub repositories. **License** The license for this dataset is MIT.