https://github.com/codeniko/mossel_tov
An extension to cluster results from Stanford's MOSS plagiarism detection based on similarity
https://github.com/codeniko/mossel_tov
Last synced: 12 months ago
JSON representation
An extension to cluster results from Stanford's MOSS plagiarism detection based on similarity
- Host: GitHub
- URL: https://github.com/codeniko/mossel_tov
- Owner: codeniko
- License: mit
- Created: 2014-04-15T21:43:54.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T21:38:50.000Z (about 8 years ago)
- Last Synced: 2025-03-26T18:11:12.598Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mossel_tov
==========
An Extension to Stanford's MOSS plagiarism detection that generates detects plagiarism and neatly groups the results based on similarity. Used in 2014/2015 to detect plagiarism for an introductory CS course at Rutgers University.
When you use MOSS for a large course that consists of over 500+ students, MOSS results by themselves are quite difficult to read. You can see a one to one relationship, but that's not good enough. This extension will group the results that MOSS generates into clusters of students whos work all appear similar to one another. This is especially useful for introductory courses, where code is more likely to be copied.
Instructions
============
1. Run `make` to build the binary file.
2. `wget` MOSS results page and save it as `index.html`
3. `./mossel_tov`
4. View results inside `mossel_tov.html` in your web browser.