安装 Indir
工具论文 Indri: A language-model based search engine for complex queries 链接
先下载 Indri( Lemur 项目的一部分),需要如下依赖库:
Applications compiled with the Indri API require the following libraries:
build-essential
,g++
(5.4 or earlier),make
,zlib1g-dev
on linux.
tar -zxf indri-5.18.tar.gz && cd indri-5.18/
./configure
make && sudo make install