Skip to content

Releases: rennaMAhcuS/PlagiarismChecker

Project Release

09 Dec 14:53
cacca23
Compare
Choose a tag to compare

Release!

The PlagiarismChecker project is designed to detect plagiarism, written in C++. Here are some insights into its methods:

report.pdf

Apart form these, these are implemented:

  1. Docker Integration: The project utilizes Docker to run the plagiarism checker in a containerized environment. Instructions for building and running the Docker container are provided in the README.md file. The Dockerfile is custom written, to satisfy this project.
  2. Code Formatting: The project includes a .vscode/settings.json file to ensure consistent code formatting using Clang format.
  3. Documentation: The functions are well documented, mentioning about the used Parameters.

What's Changed

  • Updated the Project repository by #10
  • Updated project - Added phase3 by #11
  • Phase1 improved by #12
  • Phase3 Initial Update by #13
  • Phase2 Initial Update by #14
  • Updated LICENSE by #15
  • Updated Dockerfile and Makefile by #17
  • Phase2 by #18
  • README rendering Update by #19
  • Revert "README rendering Update" by #20
  • Updated README.md by #21
  • Phase3 Hacks by #24
  • Phase2 documentation by #25

Full Changelog: Phase1...Release

Phase 1

14 Nov 18:09
4c4e17c
Compare
Choose a tag to compare
Phase 1 Pre-release
Pre-release

Phase 1 of the project was completed. The corresponding Phase 1 submission file is attached.