Plagiarism-checker-Python icon indicating copy to clipboard operation
Plagiarism-checker-Python copied to clipboard

A python project for checking plagiarism of documents based on cosine similarity

Results 13 Plagiarism-checker-Python issues
Sort by recently updated
recently updated
newest added

Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.24.2 to 1.0.1. Release notes Sourced from scikit-learn's releases. scikit-learn 1.0.1 We're happy to announce the 1.0.1 release with several bugfixes: You can see the changelog here:...

dependencies

In the 6th and 7th line of file app.py there is a file opened but didn't close Refernce: ![Screenshot_1](https://github.com/Kalebu/Plagiarism-checker-Python/assets/68547750/10b5ebe8-8040-4787-bd97-1076853ea8fd)

While cloning a new folder is created with the same name of repo and if we run the app.py in that directory then it will not execute Hence first traverse...

fixing some typo in Readme.md file

I am facing the folowing error Traceback (most recent call last): File "/content/Plagiarism-checker-Python/app.py", line 14, in vectors = vectorize(student_notes) File "/content/Plagiarism-checker-Python/app.py", line 10, in vectorize def vectorize(Text): return TfidfVectorizer().fit_transform(Text).toarray() File...

hi, I want to help by sending a way of building an invironment that we can run the program inside it By using docker and image of python:latest

In this updated function, threshold is a parameter that can be adjusted according to the user needs.