Find more efficient serialization format for language models #22
Closed
Description
Currently, the language models are stored in json files. Perhaps it is possible to store them in some kind of binary format which can be loaded faster than the json files.
One promising candidate could be protocol buffers.