Skip to content

Python rank function for an Sqlite full text search based using the Okapi BM25 formula.

Notifications You must be signed in to change notification settings

equivocates/python-BM25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

python-BM25

Python rank function for an Sqlite full text search based using the Okapi BM25 formula.

Assumptions

This function assumes that buf = matchinfo(fts_table, 'pcxnals') and that your full-text table has only two columns: (1) a document id type column and (2) search text body column.

About

Python rank function for an Sqlite full text search based using the Okapi BM25 formula.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages