Skip to content

Commit

Permalink
Untangle SimpleSearcher form SimpleTweetSearcher + verification script (
Browse files Browse the repository at this point in the history
  • Loading branch information
lintool committed May 13, 2020
1 parent 665cdba commit 3b0a642
Show file tree
Hide file tree
Showing 7 changed files with 485 additions and 87 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@
<mainClass>io.anserini.search.SearchMsmarco</mainClass>
<id>SearchMsmarco</id>
</program>
<program>
<mainClass>io.anserini.search.SimpleSearcher</mainClass>
<id>SimpleSearcher</id>
</program>
<program>
<mainClass>io.anserini.search.SimpleTweetSearcher</mainClass>
<id>SimpleTweetSearcher</id>
</program>
<program>
<mainClass>io.anserini.util.DumpAnalyzedQueries</mainClass>
<id>DumpAnalyzedQueries</id>
Expand Down

0 comments on commit 3b0a642

Please sign in to comment.