Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REDEX #6

Open
redex-ai opened this issue Nov 13, 2023 · 2 comments
Open

REDEX #6

redex-ai opened this issue Nov 13, 2023 · 2 comments

Comments

@redex-ai
Copy link
Owner

Add a different type of plagiarism check through a different endpoint

Copy link

Change Summary

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.

FilePlan :-

File : plag.py

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.

File : templates/index.html

Add a new form for Jaccard similarity plagiarism check with action attribute set to '/check_jaccard' and method 'POST'.

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

Copy link

PULL REQUEST : #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant