aonotas / deep-crf

An implementation of Conditional Random Fields (CRFs) with Deep Learning Method
http://deep-crf.com
MIT License
168 stars 48 forks source link

Replace six.moves.range with six.moves.xrange #34

Closed massongit closed 6 years ago

massongit commented 7 years ago

I replaced six.moves.xrange with six.moves.xrange because six.moves.xrange is the same as six.moves.range and I think six.moves.xrange is a method name that is easier to understand than six.moves.range.