Class BM25F

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Model

    public class BM25F
    extends PerFieldNormWeightingModel
    A convenience subclass of PerFieldNormWeightingModel setup to do specifically BM25F, as described by [Zaragoza TREC-2004]. [Robertson CIKM-2004] describe a different model, which does not normalise frequencies in a per-field manner.

    References:

    • [Zaragoza TREC-2004] H. Zaragoza, N. Craswell, M. Taylor, S. Saria, S. Robertson: Microsoft Cambridge at TREC 13: Web and Hard Tracks. In Proc. of TREC 2004.
    • [Robertson CIKM-2004] S. Robertson, H. Zaragoza, M. Taylor: Simple BM25 Extension to Multiple Weighted Fields. In Proc. of CIKM 2004.
    Since:
    3.0
    Author:
    Craig Macdonald
    See Also:
    Serialized Form
    • Constructor Detail

      • BM25F

        public BM25F()
              throws java.lang.Exception
        Constructs an instance of the BM25F
        Throws:
        java.lang.Exception