GithubHelp home page GithubHelp logo

ast-clone-detection's Introduction

AST-clone-detection

基于AST和注意力机制的代码克隆检测

Requirements

tree_sitter
sentence_transformers

Dataset

主要使用的数据集为OJClone

下载与预处理数据集

  1. google drive 下载数据集
cd dataset/OJClone
pip install gdown
gdown https://drive.google.com/uc?id=0B2i-vWnOu7MxVlJwQXN6eVNONUU
tar -xvf programs.tar.gz
  1. 处理数据
python preprocess.py
cd ../..

会得到三个文件dataset/OJClone/train.jsonl, dataset/OJClone/test.jsonl, dataset/OJClone/valid.jsonl

构建语言解析工具

mkdir build
cd build
git clone https://github.com/tree-sitter/tree-sitter-c
cd ..
python build_tree_sitter.py

ast-clone-detection's People

Contributors

yorktown-class avatar

Stargazers

Mao Bochao avatar  avatar

Watchers

 avatar

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.