Skip to content

A simple plagiarism detector made on Java. Compares similarity of two text files using either Jaccard method or Cosine method, with either binary tree links, or linked lists.

Notifications You must be signed in to change notification settings

richard-dh-kim/Java_PlagiarismDetector-Pastiche-

Repository files navigation

Java_PlagiarismDetector-Pastiche-

A simple plagiarism detector made on Java. Compares similarity of two text files using either Jaccard method or Cosine method, with either binary tree links, or linked lists.

Displays similarity of two text files in percentage, and displays the amount of time taken to analyze.

Data folder just contains different text files.

About

A simple plagiarism detector made on Java. Compares similarity of two text files using either Jaccard method or Cosine method, with either binary tree links, or linked lists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages