How to build:
Prerequisite
- g++ >= 4.8
- boost >= 1.5
- gnu make
Then just run 'make'!
How to run:
- For ed, the command is './PATH_TO_EXECUTABLE data_file_name threshold q'
- For token-based metrics, the command is './PATH_TO_EXECUTABLE metric data_file_name threshold'. metric should be one of 'jaccard', 'cosine' or 'dice'