tokenizer

package
v0.0.0-...-875a7fa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2017 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnglishTokenizer

type EnglishTokenizer struct {
	// contains filtered or unexported fields
}

func NewEnglish

func NewEnglish(input string) *EnglishTokenizer

New creates a new EnglishTokenizer to be used

func (*EnglishTokenizer) GetTokens

func (e *EnglishTokenizer) GetTokens() []string

type Tokenizer

type Tokenizer interface {
	GetTokens() []string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL