tokenizer

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2014 License: Apache-2.0 Imports: 3 Imported by: 62

Documentation

Index

Constants

View Source
const (
	BOSEOS = -1
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Lattice

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

func (*Lattice) String

func (this *Lattice) String() string

type Morph

type Morph struct {
	Start, End int
	Surface    string
	// contains filtered or unexported fields
}

func Tokenize

func Tokenize(a_input string) (morphs []Morph, err error)

func (Morph) Content

func (this Morph) Content() (content dic.Content, err error)

func (Morph) String

func (this Morph) String() string

type Node

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

func (Node) String

func (this Node) String() string

type NodeType

type NodeType int
const (
	KNOWN NodeType = iota
	UNKNOWN
	INSERTED
	USER
)

func (NodeType) String

func (this NodeType) String() string

Jump to

Keyboard shortcuts

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