Release!
The PlagiarismChecker project is designed to detect plagiarism, written in C++. Here are some insights into its methods:
Apart form these, these are implemented:
- 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. - Code Formatting: The project includes a
.vscode/settings.json
file to ensure consistent code formatting using Clang format. - 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