Skip to content
ABusyProgrammer edited this page Nov 28, 2019 · 7 revisions

This is a program designed to find the level of similarity between 2 text files. The algorithm used to perform the check is the Jaccard Index algorithm.

Motivation

This project was completed as part of a university-level Algorithms course for checking plagiarism.

Future Motivation

I would like for this project to expand into a repository for holding other kinds of plagiarism algorithms, even those that encompass machine or deep learning, in the future.

Credits

Author: Aryan Kukreja

Course: SOFE 3770 - Design and Analysis of Algorithms (Ontario Tech University)

Tech and Tools Stack

  • This project was developed using Java (version 11).
  • The development environment used was IntelliJ IDEA
  • Git was used for version control
  • GitHub was used to track issues and for its Kanban board.
Clone this wiki locally