kpu / kenlm

KenLM: Faster and Smaller Language Model Queries
http://kheafield.com/code/kenlm/
Other
2.5k stars 513 forks source link

Remove Boost dependency #231

Open gribml opened 5 years ago

gribml commented 5 years ago

It would be great to not have a Boost dependency. A lot of the features in modern C++ make boost an unnecessary dependency as well. Certain deployment environments don't have Boost available, so parts of kenlm don't work there. Would be interested to know the level of effort for completely removing the need to have Boost. Thanks.