Skip to content

Releases: DaddyChucky/PLAGIARISM-DETECTION

v2.1

02 Jun 22:24
Compare
Choose a tag to compare

Plagiarism Detection v2.1

Updates:

  • Project cleanup;
  • README.md linkings;
  • Enhanced CONTRIBUTING.md.

Plagiarism Detection v2.0

Updates:

  • Rust implementation Docs;
  • Backwards compatibility with v1.0.

Sole Contributor:

v2.0

02 Jun 22:14
Compare
Choose a tag to compare

Plagiarism Detection v2.0

Updates:

  • Rust implementation Docs;
  • Backwards compatibility with v1.0.

Sole Contributor:

v1.0

08 Mar 03:19
264653b
Compare
Choose a tag to compare

First initial release in Python

  • comparer: compares students' copies by calculating the PLSC with dynamic programming (LCS);
  • constants: defines useful constants for the project, such as output folders, and ignored files by the PLSC;
  • dezipper: helps dezipping students' copies if they're within a .zip folder (other types are not currently implemented, such as .tar.gz, maybe in a future release?);
  • jsonizer: generates the local database for dumped PLSC files, including their name, size, last modification, and path;
  • loadcsts: helps loading and important constants within the whole project;
  • oneliner: runs all the Python files;
  • plsc: dynamic programming (LCS) implementation;
  • revealcheats: helps finding possible cheaters with custom thresholds;
  • updater: normalizes the plagiarism % based on the lowest score.

As the time being, as a sole developer, I do not have time to continue working on future releases for this project. This might change in the future.