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 pysearch

searcher = pysearch.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.1.0.tar.gz (57.7 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.1.0-py3-none-any.whl (57.8 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyserini-0.9.1.0.tar.gz
  • Upload date:
  • Size: 57.7 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.1.0.tar.gz
Algorithm Hash digest
SHA256 8dc9adca61f7d115af794e0d363776030145becb2d84906018fa3deba1dfff4b
MD5 2bba0f4a4fecd7414778d51e7c02d362
BLAKE2b-256 10cce82680444929cfca2c3b5f8df1cae61eda5905d6573256eb688cf216b6cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyserini-0.9.1.0-py3-none-any.whl
  • Upload date:
  • Size: 57.8 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.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 adffdd7f3a49397c851c6750f829563b90aa6cfe3a994e43bf3cfe9bb98cd577
MD5 e89b0f8f6d1eb5188c02a6af806da54b
BLAKE2b-256 8644ca41ea4f53ac7ae7a671c1266bf0b8c387c14febc6e5c24e4d7242f6e4ed

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