Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Identification and selection of the algorithm and
no vote
Application background It is a program to detect plagiarism in word text in Indonesian language, especially pdf file. in this program, I'm using Java as program language, and using winnowing algorithm to detect similar words, and calculate the hash value using rolling hash algorithm. For synonym case, i'm using synonym recognition algorithm. it can handles any synonym cases, but can not handle opposite words.  Key Technology Its a java windows application. I'm using db4o (database for object) to storing dictionary data. I'm using Object Oriented Programming as structure program. for the main algorithm, I'm using winnowing algorithm to detect plagiarism by calculate hash value from strings. each strings will be converted to hash value, and each hash values will be checked with another hash value. If they have similarities in hash value, and the similarity value more than 50%, then it can be called plagiarism
jody91
2016-08-23
3
1
No more~