grep -ir "swig" *
Results: 1
Install AnnWrapper (scikits.ann) on Windows XP
ANN (Approximate Nearest Neighbor) is a C++ library for both exact and approximate nearest neighbor searching in arbitrarily high dimensions. I've been trying to use SWIG to wrap this library so I can use it in Python. Today I found out that someone had already done it! The project is called scikits...
more ...