Skip to main content

Python interface to the Anserini IR toolkit built on Lucene

Project description

Pyserini provides a simple Python interface to the Anserini IR toolkit via pyjnius.

Installation

Install via PyPI:

pip install pyserini

Usage

Here's a sample pre-built index on TREC Disks 4 & 5 to play with (used in the TREC 2004 Robust Track):

wget https://git.uwaterloo.ca/jimmylin/anserini-indexes/raw/master/index-robust04-20191213.tar.gz
tar xvfz index-robust04-20191213.tar.gz

Use the SimpleSearcher for searching:

from pyserini.search import SimpleSearcher

searcher = SimpleSearcher('index-robust04-20191213/')
hits = searcher.search('hubble space telescope')

# Print the first 10 hits:
for i in range(0, 10):
    print(f'{i+1:2} {hits[i].docid:15} {hits[i].score:.5f}')

# Grab the actual text:
hits[0].raw

For additional information, please refer to the Pyserini repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyserini-0.9.4.0.tar.gz (60.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyserini-0.9.4.0-py3-none-any.whl (60.4 MB view details)

Uploaded Python 3

File details

Details for the file pyserini-0.9.4.0.tar.gz.

File metadata

  • Download URL: pyserini-0.9.4.0.tar.gz
  • Upload date:
  • Size: 60.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.7

File hashes

Hashes for pyserini-0.9.4.0.tar.gz
Algorithm Hash digest
SHA256 5dc01f2490ad3d67749fd7be4d2e534658947688a80a1876d2e8dab82fb0367d
MD5 ab7d9ead06054cdc10ae2994251186e6
BLAKE2b-256 0433ad7dcab42a18a256b7f87ca1dacc51e8a51980a85c4cbaef1f71504d485e

See more details on using hashes here.

File details

Details for the file pyserini-0.9.4.0-py3-none-any.whl.

File metadata

  • Download URL: pyserini-0.9.4.0-py3-none-any.whl
  • Upload date:
  • Size: 60.4 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.7

File hashes

Hashes for pyserini-0.9.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f24e604c092ae341452a8c90cbd00bfda1e38c06d212bcf4a43a34125bbbf780
MD5 1685fbc63750b759d4a1231e932db106
BLAKE2b-256 a9aecf4a44fbeb6e1f947dfde40fa0142de33ae263333bda26edca914be6ba1b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page