ylyin / hw2-team05

SE final project
0 stars 0 forks source link

Document retrieval task #1

Closed yuchenz-cmu closed 12 years ago

yuchenz-cmu commented 12 years ago

Work on retrieving the list of relevant documents. Given the list of keyterms extracted from Keyterm Extractor, and the weight for each of the keyterms, do searching and ranking of the relevant documents.

Proposed methods: tf*idf, CombMNZ, etc.

yuchenz-cmu commented 12 years ago

Implemented a TFIDF re-ranking mechanism for the retrieval strategist phase.