hi a am a student and a have a project "plagiarism detector in c++ and java files" and i am in trouble
i want(i hope to want) to see an example exist , a project in that title or a documentation in this field (in practice part)
hi a am a student and a have a project "plagiarism detector in c++ and java files" and i am in trouble
i want(i hope to want) to see an example exist , a project in that title or a documentation in this field (in practice part)
I think firstly you could create double originality()
measurement function, which will give you float point value between 0 and 1, and then use it for your plagiarism detector via formula plagiarism = 1. - originality()
. Then you will define threshold level and vous a la.