mkusner / wmd

Word Mover's Distance from Matthew J Kusner's paper "From Word Embeddings to Document Distances"
537 stars 132 forks source link

Does this code run in python 3? #14

Open RokoMijic opened 7 years ago

RokoMijic commented 7 years ago

Does this code run in python 3.x? Thanks!

rahulgithub commented 6 years ago

It throws some errors due to syntactic differences between Py 2.7 and Py 3.x.

rahulgithub commented 6 years ago

Here is a link to the same code that works in Py 3.x

https://drive.google.com/open?id=1Tz2emfdW3GclBgT2BjOdroUUDMR2cyjY

renaud commented 6 years ago

Thanks Rahul, could you create a pull request on GitHub?

[sent from my phone therefore short]

On 6 Mar 2018, at 7:12 AM, rahulgithub notifications@github.com wrote:

Here is a link to the same code that works in Py 3.x

https://drive.google.com/open?id=1Tz2emfdW3GclBgT2BjOdroUUDMR2cyjY

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.