{"id":18110729,"url":"https://github.com/secretsquirrel/plagiarismchecker","last_synced_at":"2025-04-14T01:13:03.512Z","repository":{"id":70395930,"uuid":"108457386","full_name":"secretsquirrel/PlagiarismChecker","owner":"secretsquirrel","description":"Quick script to check for plagiarism between two documents","archived":false,"fork":false,"pushed_at":"2020-11-22T04:10:57.000Z","size":259,"stargazers_count":16,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T01:12:36.474Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/secretsquirrel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support/LICENSE.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-26T19:38:20.000Z","updated_at":"2024-08-12T19:33:37.000Z","dependencies_parsed_at":"2023-04-24T19:46:53.753Z","dependency_job_id":null,"html_url":"https://github.com/secretsquirrel/PlagiarismChecker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretsquirrel%2FPlagiarismChecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretsquirrel%2FPlagiarismChecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretsquirrel%2FPlagiarismChecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretsquirrel%2FPlagiarismChecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/secretsquirrel","download_url":"https://codeload.github.com/secretsquirrel/PlagiarismChecker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248804825,"owners_count":21164135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-01T00:11:17.283Z","updated_at":"2025-04-14T01:13:03.470Z","avatar_url":"https://github.com/secretsquirrel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PlagiarismChecker\nQuick script to check for plagiarism between two documents. \n\nSupports variable length checking and synonyms (adds significant time).\n\nSynonyms obtained from: https://github.com/FinNLP/synonyms\n\n**Documents must be TEXT files!**\n\n## How to use\n\nThis was made to be a class, but if you want to use it as is:\n\n```\npython3 ./check.py questionable_file.txt possible_source.txt check_synonyms(true/false) length_to_check\n\ntime python3 ../PlagiarismChecker/check.py test_output.txt input.txt true 6\n[snip]\n\n```\n\n## Speed results\n\n```\n$ wc test_output.txt\n2  202 1170 test_output.txt\n\n$ cat data/fw/input.txt\n4078  214831 1230725\n\n```\n\nWith checking synonyms:\n```\n$ time python3 ../PlagiarismChecker/check.py test_output.txt input.txt t 6\n\nreal    8m19.381s\nuser    8m19.288s\nsys 0m0.028s\n```\n\nWithout checking synonyms:\n```\n$ time python3 ../PlagiarismChecker/check.py test_output.txt input.txt f 6\n\nreal    0m21.929s\nuser    0m21.880s\nsys 0m0.044s\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretsquirrel%2Fplagiarismchecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecretsquirrel%2Fplagiarismchecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretsquirrel%2Fplagiarismchecker/lists"}