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 ternary operators to if statements #28

Closed massongit closed 7 years ago

massongit commented 7 years ago

I replaced ternary operators with if statements, making the code easier to read.