We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new_word_dict[key] = [value,0], new_word_dict[key] = [value,1] 什么时候会有不同呢?这个数据集 每个词都只有一个字,似乎doc = doc.split() 都是长度为1的list.区分 new_word_dict[key]=[value0,value1],这两个value有什么作用呀?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
new_word_dict[key] = [value,0], new_word_dict[key] = [value,1] 什么时候会有不同呢?这个数据集 每个词都只有一个字,似乎doc = doc.split() 都是长度为1的list.区分 new_word_dict[key]=[value0,value1],这两个value有什么作用呀?
The text was updated successfully, but these errors were encountered: