Spaces:
Sleeping
Sleeping
"""Minimal stub to prevent real Pyserini/Jnius from being imported in tests.""" | |
class SimpleSearcher: | |
def __init__(self, index_path): | |
pass | |
def set_bm25(self): | |
pass | |
def search(self, query, k): | |
return [] # always returns zero hits | |