mkusner / wmd

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

Obtaining flow information through python interfance #19

Open zhezhaoa opened 7 years ago

zhezhaoa commented 7 years ago

Hello,

Thank you for the great work and nice implementation. It really helps me! I know that i can obtain distances through emd( (X[i], BOW_X[i]), (X[j], BOW_X[j]), distance). But how can I get the flow information (transportation matrix)? I have no idea of getting it through python interface.

Zhe Zhao