inverted-index的结构
见页面底部图1.2
inverted-index由两部分组成,一部分是单词dictionary 存在memory,一部分是posting list 存在disk
https://nlp.stanford.edu/IR-book/html/htmledition/an-example-information-retrieval-problem-1.html
见页面底部图1.2
inverted-index由两部分组成,一部分是单词dictionary 存在memory,一部分是posting list 存在disk
https://nlp.stanford.edu/IR-book/html/htmledition/an-example-information-retrieval-problem-1.html