Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saxocellphone/copybgone


https://github.com/saxocellphone/copybgone

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# Copy🅱️Gone
A tool that helps detect plagiarism among documents using MPI and pThreads.

# To Compile:
`mpicc *.c -o copyBGone`

# Usage:
`mpirun -np ./copyBGone [-k|--kgram ] [-t|--threads ] [-w|--window ] file1 [file2...]`

# Future work:
Currently, this program only works with text documents. The goal is to generalize it and use it with code, images, and even audio. To accomplish that, tokenizers are necessary to parse the data.