MCPcopy
hub / github.com/dgraph-io/dgraph / NGramTokenizer

Struct NGramTokenizer

tok/tok.go:442–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442type NGramTokenizer struct {
443 lang string
444}
445
446// processTokens handles the common preprocessing steps for both QueryTokens and Tokens
447func (t NGramTokenizer) processTokens(v interface{}) (analysis.TokenStream, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected