gaddag

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 1 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WordGraph added in v0.6.0

type WordGraph interface {
	GetRootNodeIndex() uint32
	NextNodeIdx(nodeIdx uint32, letter tilemapping.MachineLetter) uint32
	InLetterSet(letter tilemapping.MachineLetter, nodeIdx uint32) bool
	GetAlphabet() *tilemapping.TileMapping
	GetLetterSet(nodeIdx uint32) tilemapping.LetterSet
	LexiconName() string
	// For speed expose these...
	IsEnd(nodeIdx uint32) bool
	ArcIndex(nodeIdx uint32) uint32
	Tile(nodeIdx uint32) uint8
	Accepts(nodeIdx uint32) bool
}

Jump to

Keyboard shortcuts

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