xapss Posted March 2, 2008 Share Posted March 2, 2008 Hi, I was wondering, if it's possible (actually i know it is ) to analyze my string. I want to compare my string with fields in mysql, and give it a certain plagiarize check. For instance, I have $var1, which is about 200 words (about 10 sentences). I'll search for a few of those 200 words, and the script finds about 170 words in the a sort of the same phrase, but in another field. It will then give a score of 170/200 = 85% plagiarism. This doesn't seem too hard to do, right? If something's not clear, please tell me.. However, is this possible? I couldn't find any clear examples on the web.. Thanks in advance, Maurice btw: I apologize for my terrible explaining skills... Not a native english Quote Link to comment https://forums.phpfreaks.com/topic/93987-plagiarism-check/ Share on other sites More sharing options...
ignace Posted March 2, 2008 Share Posted March 2, 2008 nothing ever seems hard to do, until you get to do it.. Quote Link to comment https://forums.phpfreaks.com/topic/93987-plagiarism-check/#findComment-481638 Share on other sites More sharing options...
AndyB Posted March 2, 2008 Share Posted March 2, 2008 Here's a starting point - http://hip2b2.yutivo.org/2006/05/21/plagiarism-check-source-code/ Quote Link to comment https://forums.phpfreaks.com/topic/93987-plagiarism-check/#findComment-481652 Share on other sites More sharing options...
xapss Posted March 2, 2008 Author Share Posted March 2, 2008 Yes, thanks for the replies. However, I checked hip2b2 before, and I couldn't really find what i was looking for. Perhaps I haven't been specific enough. What I want is the following: I've got var1, then, I want to check for much it overlaps with an entry/record out of the database. It will eventually pop up a percentage. So I do not need google (hip2b2 only shows the results, does not analyze them), I just pick them from my own database. Any help? Thanks in advance, Maurice Quote Link to comment https://forums.phpfreaks.com/topic/93987-plagiarism-check/#findComment-481847 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.