jiesutd / LatticeLSTM

Chinese NER using Lattice LSTM. Code for ACL 2018 paper.
1.8k stars 453 forks source link

为什么这里显示enumerate has no attribute next #62

Closed ziqiYang19960522 closed 5 years ago

ziqiYang19960522 commented 5 years ago

build iter

seq_iter = enumerate(scores)

bat_size from_target_size to_target_size

_, inivalues = seq_iter.next()

jiesutd commented 5 years ago

??Please give more description.

ziqiYang19960522 commented 5 years ago

Thanks for your attention! I have fixed the problem by using python3.6.