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
Traceback (most recent call last): File "../FolkScope/src/pattern/pattern_merge.py", line 28, in <module> for pattern, cnt in zip( ValueError: not enough values to unpack (expected 2, got 1)
After looking at it, I think this issue is caused because for the relation that have some patterns mined, the rel-freq.txt files are empty. And it's always: 0 patterns after removing redundancies
The text was updated successfully, but these errors were encountered:
Hi I have changed the corenlp version to v 4.4.0. But still no frequencies saved. Also when I'm running the run_mining.sh, I have encountered an error about
After I checked the pattern_miner.py, I changed in the bash script from --processed_file_name this to the --processed_file_dir I hope this result is not coming from this change.
Hi I encountered the error:
Traceback (most recent call last): File "../FolkScope/src/pattern/pattern_merge.py", line 28, in <module> for pattern, cnt in zip( ValueError: not enough values to unpack (expected 2, got 1)
After looking at it, I think this issue is caused because for the relation that have some patterns mined, the rel-freq.txt files are empty. And it's always:
0 patterns after removing redundancies
The text was updated successfully, but these errors were encountered: