Skip to content

Commit

Permalink
updated readme section about clang vs llvm-gcc compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Sep 10, 2012
1 parent 92f00eb commit 445a998
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@ Current solutions break easily, don’t scale, and require significant developer
* fastcluster (http://math.stanford.edu/~muellner/fastcluster.html)
* hcluster (http://code.google.com/p/scipy-cluster/)

== Team

* Forest Gregg mailto:fgregg@gmail.com
* Derek Eder mailto:derek.eder@gmail.com

== Usage
> python setup.py install
> python examples/active_canonical_example.py
(use 'y', 'n' and 'u' keys to flag duplicates for active learning)

== Compiling

During setup, several c files need to be compiled. For some reason, the clang compiler fails to build correctly on OSX, so LLVM-GCC needs to be used. For more info, see issue #46

== Example datasets

As we continue to refine this library, we have added several datasets to test against. These can all be executed from the examples/ directory.
Expand All @@ -36,6 +35,11 @@ The following do not use human input:

* canonical_example.py - loads in canonical restaurant test data and trains based on provided known duplicates. outputs precision and recall values

== Team

* Forest Gregg mailto:fgregg@gmail.com
* Derek Eder mailto:derek.eder@gmail.com

== Errors / Bugs

If something is not behaving intuitively, it is a bug, and should be reported.
Expand Down

0 comments on commit 445a998

Please sign in to comment.