lilweege / SyntaxSentinels

Code Plagiarism Detector: An NLP-Based Alternative to MOSS
GNU General Public License v3.0
2 stars 0 forks source link

Code Plagiarism Detector: An NLP-Based Alternative to MOSS

Developer Names:

Date of project start: September 19th, 2024

This project is a code plagiarism detector that uses natural language processing to overcome the limitations of typical code plagiarism detectors such as MOSS.

The folders and files for this project are as follows:

docs - Documentation for the project
refs - Reference material used for the project, including papers
src - Source code
test - Test cases
etc.