Documentation
¶
Index ¶
- Constants
- type Edge
- type Node
- type Pair
- type SuffixTree
- func (tree *SuffixTree) Brute(prefix string, seed int64, size, count int) []string
- func (tree *SuffixTree) GetBooks(pair *Pair)
- func (tree *SuffixTree) Index(sep string) (Edge, int)
- func (tree *SuffixTree) Inference(prefix string, bok [][]int, seed int64, size, count int) (bool, string, [][]int)
- func (tree *SuffixTree) MultiIndex(sep []byte, bok [][]int) []Pair
- func (tree *SuffixTree) Recursive(prefix Pair, count int) Pair
Constants ¶
View Source
const SYMBOL_SIZE = 9
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SuffixTree ¶
func BuildSuffixTree ¶
func BuildSuffixTree(input []byte, ranges []books.Range) *SuffixTree
func (*SuffixTree) Brute ¶
func (tree *SuffixTree) Brute(prefix string, seed int64, size, count int) []string
func (*SuffixTree) GetBooks ¶
func (tree *SuffixTree) GetBooks(pair *Pair)
func (*SuffixTree) MultiIndex ¶
func (tree *SuffixTree) MultiIndex(sep []byte, bok [][]int) []Pair
Click to show internal directories.
Click to hide internal directories.