[ 
https://issues.apache.org/jira/browse/LUCENE-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15519408#comment-15519408
 ] 

ASF GitHub Bot commented on LUCENE-7466:
----------------------------------------

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

----


> add axiomatic similarity 
> -------------------------
>
>                 Key: LUCENE-7466
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7466
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/search
>    Affects Versions: master (7.0)
>            Reporter: Peilin Yang
>              Labels: patch
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to