Easier to use python wrappers for Word Mover's Distance (WMD) distances, with QA systems in mind
Original paper: http://jmlr.org/proceedings/papers/v37/kusnerb15.pdf
Original code: https://github.com/renaud/wmd
Original Author's site: http://mkusner.github.io/
Do the following to run wdmqa.py:
- Read README.C.md and type
make - Change the default model inside wdmqa.py WMDAQA class or provide a model. Models are word2vec implementations
- Hack around WCDAQ main method