Skip to content

Commit

Permalink
Add whitespace analyzer bindings for ha and so
Browse files Browse the repository at this point in the history
  • Loading branch information
Mofetoluwa committed Nov 6, 2023
1 parent 31a961d commit aec0b83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/io/anserini/search/SearchCollection.java
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,6 @@ public Args searchTweets() {

private Analyzer getAnalyzer() {
try {
// Languages using Whitespace analyzer
// String[] whitespaceLanguages = {"ha", "so", "sw", "yo"};
// Are we searching tweets?
if (args.searchtweets) {
return new TweetAnalyzer();
Expand Down

0 comments on commit aec0b83

Please sign in to comment.