ivan-zapreev / Distributed-Translation-Infrastructure

The distributed statistical machine translation infrastructure consisting of load balancing, text pre/post-processing and translation services. Written in C++ 11 and utilises multicore CPUs by employing multi-threading, allows for secure SSL/TLS communications.
GNU General Public License v2.0
12 stars 3 forks source link

Compressed models #1

Closed hamidreza-ghader closed 8 years ago

hamidreza-ghader commented 8 years ago

I think it's not a bad idea to mention in the documentation that the decoder doesn't accept compressed model files. Because the default is that people use compressed model files with other decoders.

ivan-zapreev commented 8 years ago

Will update the documentation!