You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you have to modify some lines in "python-emd-master\emd.h" (for python) or "emd\emd.h" (for matlab )
find definitions and edit MAX_SIG_SIZE #define MAX_SIG_SIZE 100
change 100 to bigger number (actually, the size of biggest document BOW).
remember that you must re-make.
During the wmd distance matrix computation, it occurs "emd: Signature size is limited to 100" several times. What should be done?
The text was updated successfully, but these errors were encountered: