Home

Awesome

Tolerant Edit Distance

Dependencies:

Get Source:

git clone https://github.com/funkey/ted
cd ted
git submodule update --init

Set cmake variable Gurobi_ROOT_DIR (or the environment variable GUROBI_ROOT_DIR before you run cmake) to the Gurobi subdirectory containing the /lib and /bin directories.

Compile pyted

conda create -n ted python=2.7
source activate ted
conda install numpy
python setup.py install