parlance / ctcdecode

PyTorch CTC Decoder bindings
MIT License
829 stars 245 forks source link

Support gzip for models/tries #5

Closed ryanleary closed 7 years ago

ryanleary commented 7 years ago

The binary LMs and ASCII tries are very large. Loading will be faster and use less space on disk if gzip'd. Gzip support can/should be optional based on libraries installed on system building the plugin.

ryanleary commented 7 years ago

OBE.