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
root@user-virtual-machine:/home/user/WMD# python wmd.py asd.pk asdwmd.pk
[pool :] <multiprocessing.pool.Pool object at 0x7f327f1cc150>
0 out of 3
1 out of 3
emd: Signature size is limited to 100
2 out of 3
emd: Signature size is limited to 100
stop.txt and training data all use in chinese. how can i solve this problem???
The text was updated successfully, but these errors were encountered:
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.
root@user-virtual-machine:/home/user/WMD# python wmd.py asd.pk asdwmd.pk
[pool :] <multiprocessing.pool.Pool object at 0x7f327f1cc150>
0 out of 3
1 out of 3
emd: Signature size is limited to 100
2 out of 3
emd: Signature size is limited to 100
stop.txt and training data all use in chinese. how can i solve this problem???
The text was updated successfully, but these errors were encountered: