Skip to content

flaviomartins/lucene-relevance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lucene-Relevance

Contains implementations of good similarities for Lucene/Solr.

  • BM25Similarity: additional BM25L and BM25PLUS models to improve long document scores.
  • RobertsonSimilarity: tf-idf with Robertson's tf formula (BM25).
  • LdpSimilarity: td-idf with TF = 1+ln(1+ln(tf)) and pivoted document length normalization.
  • LtcSimilarity: tf-idf with sublinear tf (ltc).

About

Lucene/Solr implementations of good similarities: Ltc, BM25L, BM25PLUS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages