Is it possible to do combSum in similarity?

I wonder if I can calculate the similarity by adding up tf-idf score and BM25 score, is there a way to do it?

BM25 score is a tf-idf score (is based on tf-idf model). But any way, you can design your own custom similarity as outlined here.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.