Closed yuchenz-cmu closed 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.
Implemented a TFIDF re-ranking mechanism for the retrieval strategist phase.
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.