aonotas / deep-crf

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

Use with statements #17

Closed massongit closed 6 years ago

massongit commented 6 years ago

I implemented to use with statements (With statement is a statement that automatically closes closeable objects).