jiesutd / LatticeLSTM

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

Modernize Python 2 code to get ready for Python 3 #7

Closed cclauss closed 6 years ago

FredericaLee commented 6 years ago

Tested the code. It seems some work still need to do before use in py3.6. Actually can use the 2to3.py in your pythonroot/scripts with a little modification. It will work properly.

jiesutd commented 6 years ago

Thanks @cclauss for the contribution and @FredericaLee for the feedback.

As this is a prototype code for Lattice LSTM and I currently do not have enough time to test the code. Would merge if we confirm that the code works well in code test.

Thanks again for both of you.