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.
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.