You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo represents a Python 3.6+ implementation of winnowing
as described in the paper "Winnowing: Local Algorithms for Document Fingerprinting",
by Saul Schlemer, Daniel S. Wilkerson, and Alex Aiken.
Tests
To run tests, use pytest:
$ pytest .
About
Implementation of Winnowing: Local Algorithms for Document Fingerprinting