Georgetown-IR-Lab / cedr

Code for CEDR: Contextualized Embeddings for Document Ranking, accepted at SIGIR 2019.
MIT License
155 stars 28 forks source link

Indri index #17

Closed xuezzz closed 4 years ago

xuezzz commented 4 years ago

I couldn't find out how to build indri index. Could you tell me more about this? Thank you!

seanmacavaney commented 4 years ago

Indri can be built using the IndriBuildIndex command. More information about Indri building can be found here: https://sourceforge.net/p/lemur/wiki/IndriBuildIndex%20Parameters/

xuezzz commented 4 years ago

Indri can be built using the IndriBuildIndex command. More information about Indri building can be found here: https://sourceforge.net/p/lemur/wiki/IndriBuildIndex%20Parameters/

OK, I got it, thanks for your help!