Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tokenizer ¶
Tokenizer break a string into tokens.
func AlphaNumCaseTokenizer ¶
func AlphaNumCaseTokenizer() Tokenizer
AlphaNumCaseTokenizer returns alpha-numeric tokens. This tokenizer ignores characters except alpha-numeric. This tokenizer splits token on case change. For example, "Powered by GoLang version1.17." is tokenized to "Powered", "by", "Go", "Lang", "version1", and "17".
Click to show internal directories.
Click to hide internal directories.