I am trying to generate a matrix of pairwise distances from a list strings (newspaper articles).
WMD distance is not implemented in scipy.spatial.distance.pdist so I hook this implementation: https://github.com/src-d/wmd-relax to SpaCy. However, I cannot figure out how to iterate over my list to generate the distance matrix.
As per doc:
Numpy matrix doc