Navigation Menu

Skip to content

Commit

Permalink
fix broken bleve tokenizer dependency (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlanenga committed Nov 8, 2016
1 parent 539efb0 commit 3457a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokenize.go
Expand Up @@ -7,7 +7,7 @@ import (
"strings"

"github.com/blevesearch/bleve/analysis"
"github.com/blevesearch/bleve/analysis/tokenizers/regexp_tokenizer"
regexp_tokenizer "github.com/blevesearch/bleve/analysis/tokenizer/regexp"
"github.com/blevesearch/go-porterstemmer"
)

Expand Down

0 comments on commit 3457a55

Please sign in to comment.