Questions tagged [plagiarism-detection]
74 questions
0
votes
2 answers
Detecting AiGeneratedText with CopyLeaks API doesn't return AI detection results in the final report
I have integrated with CoopyLeaks, and liked the feature to check if text was written by AI.
However, after following the documentation, the results don't return any information regarding this aspect of the scan. Neither the generated PDF or the…

Huthaifa Muayyad
- 11,321
- 3
- 17
- 49
0
votes
1 answer
How to find the source of students' plagiarized code
I teach programming in high school. In the past, when I looked at a program and knew it was plagiarized, I could google the name of the program (e.g. name of a common game) and track down the code, and sometimes I could literally google some lines…

N. Duncan
- 99
- 1
- 6
0
votes
1 answer
Is there any hashing function which generates same results for nearly similar input?
I want to implement a problem solution that requires a hashing function that returns the same output for similar input. The input will be some code and I want the hashing function to ignore the variable names, etc.
If no such hashing function is…
0
votes
2 answers
Searching full-text fields in SQL Server to detect plagiarism
I'm storing papers in SQL Server 2005 and am looking for a way to paste in the text of a paper and then search for potential plagiarism (copied content) in the database.
What's the best way to go about this? Is there a way to get a gauge for the…

Caveatrob
- 12,667
- 32
- 107
- 187
0
votes
0 answers
There's some problem in the loop and it's repeating 12 times help if possible
This is part of my code which I am doing under my college project so basically I am making a simple plagiarism detection using two string matching algorithms and using it in the main class and for I did some mistakes in loops so because of that my…

py8141
- 1
- 3
0
votes
1 answer
How to search for occurrence of a word/phrase within webpage?
My end goal here is to create a primitive plagiarism checker given a text file. I plan to do this by first splitting the data by sentence, searching each sentence on Google, and finally searching each of the first few URL's returned by Google for…

anirudhc1229
- 55
- 7
0
votes
0 answers
MOSS Error-Unable to upload all files in a directory to MOSS Server
I am trying to run a plagiarism check on all C++ files that are stored in an directory using MOSS.
perl moss.pl -l cc -b pre.cpp *.cpp
The above code is what I've used in the command line on windows 10. All C++ files are present in the working…

gotham_knight
- 1
- 1
0
votes
1 answer
how do I check java code duplications from files
I am going through a project where I have to check the plagiarism between two files.In two files there have some java code.That means if there are two files named a.java and b.java and in two files have some java code which was written in .java…

Sanzida Sultana
- 35
- 8
0
votes
1 answer
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 document is somewhat different from the original…

Nuwan
- 360
- 3
- 8
- 20
0
votes
0 answers
Filtering of similar texts using Apache Beam
I have a large collection of short texts where I want to filter out texts that are very similar to each other (or exact duplicates). I'd like to achieve this using Apache Beam running on Google Cloud Dataflow.
I'm hoping to use the MinHash LSH…

ehrencrona
- 6,102
- 1
- 18
- 24
0
votes
1 answer
Integrating Turnitin on my website
I have embarked on creating an online freelance writing website which is required to have a plagiarism checking software. It should work like this:
The expert works on the clients assignment
The expert posts the completed assignment to the client…

Ben
- 15
- 1
- 5
0
votes
0 answers
How To Make BOT In Google
I'm creating a program to detect plagiarism articles using VB.NET. In the program I created, I use google as a tool to detect it. Example there is a piece of article like this:
Computer is one of today's technology that is quite popular
So the…

Samuel Ricky
- 69
- 1
- 2
- 10
0
votes
1 answer
How to detect automated html/css/javascript generation
I was tempted to ask this in academia stack, but I thought the question too technically specific.
For an assignment which specifies that students create websites, how do you detect if an online service (like Wix, simvoly or website.com) has been…

Stumbler
- 2,056
- 7
- 35
- 61
0
votes
0 answers
Plagiarism system using google
I am creating an Arabic plagiarism detector. I need to check the paper against the web, I am using Google custom search to retrieve results. but Google offers limited number of queries ( 100 per day for free , or you have to purchase max of 10000…

أحمد صوالحة
- 323
- 3
- 16
0
votes
0 answers
Comparing a text against multiple ones and find texts with matching sentences
I want to be able to compare a passage with multiple (say thousands or even more) different passages and see if any part of those passages in exactly used in the first one.
Imaging you have a passage named A which you want to check and see if it…

SAVAFA
- 818
- 8
- 23