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
如果输入的query仅仅是一个词的话会报错:
input = u"青花瓷"
It says:
IndexError: list index out of range
in
File "~/lib/python2.7/site-packages/LAC/models.py", line 371, in parse_result
weight_out[-1] = max(weight_out[-1], weight[ind])
The text was updated successfully, but these errors were encountered:
如果输入的query仅仅是一个词的话会报错:
input = u"青花瓷"
It says:
IndexError: list index out of range
in
File "~/lib/python2.7/site-packages/LAC/models.py", line 371, in parse_result
weight_out[-1] = max(weight_out[-1], weight[ind])
The text was updated successfully, but these errors were encountered: