Skip to content

Commit

Permalink
fix import error (castorini#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
MXueguang authored Mar 30, 2022
1 parent 598056d commit 00bdd16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyserini/search/lucene/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
from pyserini.output_writer import OutputFormat, get_output_writer
from pyserini.pyclass import autoclass
from pyserini.query_iterator import get_query_iterator, TopicsFormat
from . import LuceneImpactSearcher, LuceneSearcher, JDisjunctionMaxQueryGenerator
from pyserini.search import JDisjunctionMaxQueryGenerator
from . import LuceneImpactSearcher, LuceneSearcher
from .reranker import ClassifierType, PseudoRelevanceClassifierReranker


Expand Down

0 comments on commit 00bdd16

Please sign in to comment.