redex-ai / Simple-Plagiarism-Checker

Web Application for checking the similarity between query and document using the concept of Cosine Similarity.
1 stars 0 forks source link

REDEX #11

Open redex-ai opened 1 year ago

redex-ai commented 1 year ago

Add another plagiarism checking technique

redex-ai-powered-okr-tool[bot] commented 1 year ago

Change Summary (Revision: 1)

The change involves adding a new plagiarism checking technique to the Simple-Plagiarism-Checker application. This includes backend logic for the new technique, frontend updates for user interaction, and documentation updates.

FilePlan :-

File : plag.py

Implement a new function to handle the logic for the additional plagiarism checking technique.

File : templates/index.html

Add a new form or input elements to allow users to select the new plagiarism checking technique and display the results. The changes in this file is dependent on : -

Dependent File : plag.py,

File : README.md

Update the documentation to include the new plagiarism checking technique and instructions on how to use it. The changes in this file is dependent on : -

Dependent File : plag.py,templates/index.html,

Steps after merging :-

After merging the changes, the developer should test the application thoroughly to ensure that the new plagiarism checking technique works as expected and does not interfere with the existing functionalities. Additionally, the developer should update any automated tests to cover the new functionality.

Please review the structure and let me know if any modifications are required.