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
Hey, @kazemnejad. I'm currently looking at your code, but when running it with a MinHashSimilaritySearch method and create_pair_dataset command I get the following :
assert len(pairs.shape) == 2
AssertionError
It seems that the pairs are generated empty and that splitadj_adjlist.txt is empty.
Could you please guide me in resolving this? Maybe I'm missing something or not calling the program for the right source_data.txt and source_data.txt_lemma . Do you have sample source_data.txt and source_data.txt_lemma?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hey, @kazemnejad. I'm currently looking at your code, but when running it with a
MinHashSimilaritySearch
method andcreate_pair_dataset
command I get the following :It seems that the pairs are generated empty and that
splitadj_adjlist.txt
is empty.Could you please guide me in resolving this? Maybe I'm missing something or not calling the program for the right
source_data.txt
andsource_data.txt_lemma
. Do you have sample source_data.txt and source_data.txt_lemma?Thanks in advance!
The text was updated successfully, but these errors were encountered: