Open redex-ai opened 11 months ago
The task involves adding a new plagiarism check method using Jaccard similarity. A new endpoint '/check_jaccard' will be created in the Flask application, along with a corresponding form in the index.html template to allow users to submit text for this new type of plagiarism check.
Add a new route '/check_jaccard' for Jaccard similarity plagiarism check. Implement the Jaccard similarity function to compare the input query with the database text.
Add a new form for Jaccard similarity plagiarism check with action attribute set to '/check_jaccard' and method 'POST'.
PULL REQUEST : https://github.com/redex-ai/Simple-Plagiarism-Checker/pull/7
Add a different type of plagiarism check through a different endpoint