kpu / kenlm

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

Dead link in the docs : boost installation #448

Open astariul opened 1 month ago

astariul commented 1 month ago

In the docs, at this page : https://kheafield.com/code/kenlm/dependencies

In the boost section, the following code is mentioned to install boost :

wget https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.bz2
tar xjf boost_1_72_0.tar.bz2
cd boost_1_72_0
./bootstrap.sh

However the link https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.bz2 appears to be dead (wget returns a 404 Not Found)