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

As a quick start, use the SimpleSearcher for searching, with a pre-built index on TREC Disks 4 & 5 (used in the TREC 2004 Robust Track):

from pyserini.search import SimpleSearcher

searcher = SimpleSearcher.from_prebuilt_index('robust04')
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.10.0.1.tar.gz (63.1 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.10.0.1-py3-none-any.whl (63.1 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyserini-0.10.0.1.tar.gz
  • Upload date:
  • Size: 63.1 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.51.0 CPython/3.6.7

File hashes

Hashes for pyserini-0.10.0.1.tar.gz
Algorithm Hash digest
SHA256 67ded994108530d17db74512460347cadd84d0f9ef8ffcbf0f6459f925117abd
MD5 426b147cfae14e544d5be118ec059f0b
BLAKE2b-256 195e11247de00294454a0c3c6abb187e808d7f87f401dbaa753bf75675b2c108

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyserini-0.10.0.1-py3-none-any.whl
  • Upload date:
  • Size: 63.1 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.51.0 CPython/3.6.7

File hashes

Hashes for pyserini-0.10.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 596bd5e201dfae482080ffa10d3e2678079ce43408db1a8dcaee1525abb58d70
MD5 72289b3dd6182d3260afa5300931009a
BLAKE2b-256 31611d055dd8d35ac6a5cbff1d6f4a7bdd237210aed4318e96fa949f1f57407c

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