Skip to content

A python-flask based application which is used to check matchings between two sets of files. Smith Waterman algorithm is used as base for matching.

Notifications You must be signed in to change notification settings

BBanstola/Content-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A content checking application made via Flask. This application uses Smith Waterman algorithm for checking the similarity between contents. The methods are fairly static and the algorithm itself is not very suitable for checking the plagiarism as it has no way of analysing at semantic level and the accuracy is calculated as per the sequence match in the two sets of data. It is a project done for learning purpose. Currently only works for .txt formatted file as input.

About

A python-flask based application which is used to check matchings between two sets of files. Smith Waterman algorithm is used as base for matching.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published