suffixtree

package
v3.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2019 License: MIT, MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Match

type Match struct {
	Ps  []Pos
	Len Pos
}

type Pos

type Pos int32

Pos denotes position in data slice.

type STree

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

STree is a struct representing a suffix tree.

func New

func New() *STree

New creates new suffix tree.

func (*STree) At

func (t *STree) At(p Pos) Token

func (*STree) FindDuplOver

func (t *STree) FindDuplOver(threshold int) <-chan Match

FindDuplOver find pairs of maximal duplicities over a threshold length.

func (*STree) String

func (t *STree) String() string

func (*STree) Update

func (t *STree) Update(data ...Token)

Update refreshes the suffix tree to by new data.

type Token

type Token interface {
	Val() int
}

Jump to

Keyboard shortcuts

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