pyterrier
There are 13 repositories under pyterrier topic.
webis-de/ir_axioms
↕️ Intuitive axiomatic retrieval experimentation.
soldni/pyterrier_sentence_transformers
Create PyTerrier compatible dense indices using any sentence_transformers model
chatnoir-eu/chatnoir-pyterrier
🔍 Use the ChatNoir search engine in PyTerrier.
mihirs16/multi-stage-retrieval-using-rm3-and-t5
Multi-stage Retrieval using SPLADE or RM3 and T5.
Bosy-Ayman/Twitter-Search-Engine
This project creates a basic search engine for text documents, covering data collection, preprocessing, indexing, query processing, expansion, UI development, and performance evaluation. Its goal is to efficiently retrieve relevant information from the document collection.
SelmaDM/Pyterrier
Information retrieval techniques using Pyterrier
toninf/dense_retrieval
Word2vec, sentenceBert, BM25 and IVFFlat Index quality and speed comparison
Trojan13/packgaabwir2022
This repository contains the code for a research project that implements and evaluates local word embeddings based on co-authorship and citations for query expansion in PyTerrier on the TREC-Covid dataset.
giulio-derasmo/Search-Engine-Evaluation-and-Near-Duplicate-Detection
Exploiting the PyTerrier library to build a Search Engine and resolve the Near Duplicate Detection tasks.
mb-emektar/wiki-search
This project constructs an ad-hoc information retrieval system using the 𝐷𝑃𝑅𝑊𝑖𝑘𝑖100 dataset with PyTerrier. NLTK handles query processing, including tokenization and stemming. BM25 ranking is used with enhancing performance through optimizations. The system features a minimalistic tkinter-based user interface for an intuitive experience.
nicolo-urbani/FactFinder
Fact Finder - a Fact Search Engine
youssef-saaed/Simple-Search-Engine-for-Information-Retrieval
This repository hosts the implementation of a Simple Search Engine designed for efficient information retrieval. The project encompasses several stages from data collection to evaluation, ensuring a comprehensive approach to search and retrieval.