Skip to content

Commit

Permalink
Add GitHub URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Aug 18, 2014
1 parent 3aad93e commit 92ecfba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.markdown
Expand Up @@ -6,6 +6,8 @@ of INFO 4300, Information Retrieval, Fall 2012.

This program was written by Parker Moore (pjm336), Fall 2012.

It is hosten on GitHub at https://github.com/parkr/near-dup-detection

[![Build Status](https://travis-ci.org/parkr/near-dup-detection.svg?branch=master)](https://travis-ci.org/parkr/near-dup-detection?branch=master)

## Install
Expand All @@ -20,7 +22,7 @@ pip install git://github.com/parkr/near-dup-detection.git#egg=NearDuplicatesDete

## Explanation of Methodology

All of the logic for the program is built into the Detector class
All of the logic for the program is built into the Detector class
(`detector.py`). This class contains the methods and instance variables needed
to detect near-duplicates, such as the `get_jaccard(file1, file2)` method, the
`calculate_sketches()` method and the fundamental `create_3grams()` method.
Expand Down

0 comments on commit 92ecfba

Please sign in to comment.