kpu / kenlm

KenLM: Faster and Smaller Language Model Queries

Home Page:http://kheafield.com/code/kenlm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dead link in the docs : boost installation

astariul opened this issue · comments

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)