Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 304 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 304 Bytes

Text fingerprinting via winnowing

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 .