word-discovery icon indicating copy to clipboard operation
word-discovery copied to clipboard

程序卡住了,请问怎么解决

Open anbo724 opened this issue 2 years ago • 0 comments

2022-05-08 13:21:29,202 - INFO - loading ngrams - 8200000 passed 2022-05-08 13:21:29,261 - INFO - loading ngrams - 8300000 passed Traceback (most recent call last): File "word_discovery.py", line 206, in ngrams = filter_ngrams(ngrams.ngrams, ngrams.total, [0, 2, 4, 6]) # 过滤ngram File "word_discovery.py", line 123, in filter_ngrams if math.log(pmi) >= min_pmi[i]: IndexError: list index out of range

anbo724 avatar May 08 '22 14:05 anbo724