lanwuwei / SPM_toolkit

Neural network toolkit for sentence pair modeling.
302 stars 70 forks source link

Very small issue about grammar. #10

Open semi-nothing opened 6 years ago

semi-nothing commented 6 years ago

$print "XXX"$ and $print("XXX")$ are all used in the program. I think it is better to keep consistent in python 2.7 grammar or python 3.5 grammar.

lanwuwei commented 6 years ago

Thanks for your suggestions :) I am shifting from python 2 to python 3 currently and making this kind of inconsistent problem. I will pay attention to it in the future!