GitHub user Peilin-Yang opened a pull request:

    https://github.com/apache/lucene-solr/pull/83

    [LUCENE-7466] add axiomatic similarity

    Add axiomatic similarity approaches to the similarity family.
    More details can be found at http://dl.acm.org/citation.cfm?id=1076116 and 
https://www.eecis.udel.edu/~hfang/pubs/sigir05-axiom.pdf
    There are in total six similarity models. All of them are based on BM25, 
Pivoted Document Length Normalization or Language Model with Dirichlet prior. 
    We think it is worthy to add the models as part of Lucene.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Peilin-Yang/lucene-solr add_axiomatic_funcs

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/83.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #83
    
----
commit a71d7d9662b57cc704b9c92d2c013826d9ad8c73
Author: Peilin Yang <yangpei...@gmail.com>
Date:   2016-09-24T17:56:28Z

    add axiomatic similarity

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to