Tagged Questions
The plagiarism-detection tag has no wiki summary.
12
votes
5answers
547 views
How can I find source code copying [closed]
I work as TA for a course. I am looking for a tool to find out if students have copied source code from each other. (either fully or in parts) It is hard to manually compare source codes against each ...
9
votes
7answers
572 views
How to detect plagiarized code?
I'm looking for a tool that will determine the likelihood that a given codebase was plagiarized off a certain original codebase. This is not the same as a "code smell" detector; I'm not looking for a ...
6
votes
4answers
885 views
Javascript code plagiarism checker
I was wondering if there was any tool available that detects code plagiarism and works well with Javascript. I want to test assignment submissions for homework I'm going to hand out.
The only tool ...
5
votes
1answer
123 views
Replacing a word by synonyms in Haskell
I was going through this plagiarism detector and trying to write a program in Haskell which will read a file and replace some of its words with synonyms. Is there any dictionary available for this ...
5
votes
3answers
93 views
copyright content api
I am looking to see if there is an automatic "copyright content" api that we can use. i know atrributor have a paid service, but im wondering if their is something that effectively does a google ...
4
votes
4answers
800 views
Plagiarism Analyzer (compared against Web Content)
Hi everyone all over the world,
Background
I am a final year student of Computer Science. I've proposed my Final Double Module Project which is a Plagiarism Analyzer, using Java and MySQL.
The ...
3
votes
5answers
62 views
Can Git detect if two source files are essentially copies of each others?
Sorry if this is off-topic, but here is your chance to reduce the amount of "homework" questions on this site :-)
I'm teaching a class of C programming where the students work on a small library of ...
2
votes
1answer
69 views
Designing a noise filter for Plagiarism Detection Engine in Ruby
I have been working on an Implementation of a Plagiarism Detection Engine based on the academic paper behind MOSS(Measure of Software Similarity)
Link to MOSS
For designing a noise filter for a ...
2
votes
5answers
264 views
How do I extract significant text content from a LaTeX document
I need to extract text-only content from my thesis document written in LaTeX for an automated anti-plagiarism check. I know only about the "draft" option and it's not enough.
I am supposed to omit:
...
1
vote
1answer
42 views
Hashes generated by Rabin Karp Rolling Hash not reflecting on the Text
Note: Lots of Possible duplicates, but nothing seems to be solving my problem.
I am working on a Plagiarism detection based on MOSS.
After successfully implementing a filter which strips out all the ...
1
vote
1answer
84 views
Rabin Karp Implementation too slow in Ruby
I have been working on a small Plagiarism detection engine which uses Idea from MOSS.
I need a Rolling Hash function, I am inspired from Rabin-Karp Algorithm.
Code I wrote -->
#!/usr/bin/env ruby
...
1
vote
0answers
52 views
is there any working/real open source Plagiarism checker available?
I want to develop a plagiarism checker for checking several source codes but I couldn't find any proper source code or even a resource to get an idea about it.
I have checked the Boss2 which is ...
1
vote
1answer
97 views
web design how to prevent leeching. Flash anti leeching methods
I am designing a website with flash video content. If I pass in the URL to a .flv file as a flash parameter to the embedded video player someone can easily extract the URL and download the flv video ...
1
vote
2answers
293 views
Compare the textual content of websites
I'm experimenting a bit with textual comparison/basic plagiarism detection, and want to try this on a website-to-website basis. However, I'm a bit stuck in finding a proper way to process the text.
...
0
votes
1answer
65 views
Criteria to determinate if a code is plagiarized
I have an open source application in Android released under GNU GPLv2 license; I've seen that a guy published on the Market another application that uses parts of my code, but he neither released his ...
0
votes
1answer
100 views
Plagiarism Checker tool [closed]
I am writing a report and would like to check if I have not inadvertently copied some text from some source which I might have used for my own understanding.
So, I want to make sure, that the report ...
0
votes
0answers
41 views
How can I connect to PlagScan from Moodle 2.1?
I am working on a school management system in Moodle 2.1 stable version. When a teacher assigns an assignment to students and students submit that assignment, the submitted assignments are visible to ...
0
votes
1answer
210 views
Showing plagiarism results
I am in a process of developing a plagiarism detection framework. There we first preprocess the documents in the means of stemming, synonym replacement and stop word removal. So the preprocessed ...
0
votes
1answer
125 views
Designing a plagiarism detector [closed]
I need to design a plagiarism detector in 4 weeks and i have no idea where to start.
I intend to search documents against web content/pages, but am so new that all i can do is draw a flowchart to that ...
0
votes
3answers
263 views
How was the Google Books' Popular passages feature developed?
I'm curious if anyone understands, knows or can point me to comprehensive literature or source code on how Google created their popular passage blocks feature. However, if you know of any other ...
-1
votes
5answers
148 views
How do I make a plagiarism detecting program [closed]
Can any one make suggestions how I should start working on this problem?
-2
votes
3answers
344 views
Parser generation
i am doing a project on SOFWARE PLAGIARISM DETECTION..i am intended to do it with language C..for that i am supposed to create a token generator, and a parser..but i dont know where to start..any one ...