All Projects → SOBotics → Guttenberg

SOBotics / Guttenberg

Licence: GPL-3.0 License
A bot, searching for plagiarism on Stack Overflow.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Guttenberg

copyvios
A copyright violation detector running on Wikimedia Cloud Services
Stars: ✭ 32 (+45.45%)
Mutual labels:  plagiarism-prevention
django-qa
A simple Q&A App
Stars: ✭ 97 (+340.91%)
Mutual labels:  stack-overflow
JPlag
Detecting Software Plagiarism and Collusion since 1996.
Stars: ✭ 674 (+2963.64%)
Mutual labels:  plagiarism-prevention
binary-security-check
Analyzer of security features in executable binaries
Stars: ✭ 36 (+63.64%)
Mutual labels:  stack-overflow
stack-inspector
A gdb command to inspect the size of objects on the stack
Stars: ✭ 57 (+159.09%)
Mutual labels:  stack-overflow
soddi
StackOverflow Data Dump Importer. Forked from https://bitbucket.org/bitpusher/soddi/ after the original author passed away.
Stars: ✭ 74 (+236.36%)
Mutual labels:  stack-overflow
SOCVFinder
Queen, search and report question to for cv review and scan comments for Heat
Stars: ✭ 19 (-13.64%)
Mutual labels:  stack-overflow
sox
Stack Overflow Extras: a userscript for the Stack Exchange websites to add a bunch of optional toggle-able features
Stars: ✭ 65 (+195.45%)
Mutual labels:  stack-overflow

Actions Status

What is Guttenberg?

Guttenberg is a bot that searches for plagiarism or duplicated answers on Stack Overflow. It's currently running in SOBotics under the user Guttenberg.

Implementation

Every 60 seconds, Guttenberg fetches the most recent answers (the "targets") on Stack Overflow. For each of these answers, possibly related posts (for example answers to related questions) are collected. All those posts will be checked for different characteristics (such as the Jaro-Winkler distance of the posts). If at least one of the characteristics meets the requirements, a message like this will be posted in chat:

sample chat message

What to do with the reports

In this file, we collected information on how we react to Guttenberg's reports such as comments we leave or if and how we flag.

Accuracy

We are already collecting data with CopyPastor to provide statistics, but since there are not that many posts to report, it will take a while until we have enough data.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].