Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromBase64 ¶
func NormalizeMn ¶
Types ¶
type ArrayUnitTrait ¶
type DoubleArray ¶
type DoubleArray struct {
Array Array
}
func NewDoubleArrayFrom ¶
func NewDoubleArrayFrom(array Array) *DoubleArray
func (*DoubleArray) CommonPrefixSearch ¶
func (da *DoubleArray) CommonPrefixSearch(key []byte) []int
type Precompiled ¶
type Precompiled struct { PrecompiledCharsmap []byte Normalized string Trie *DoubleArray }
func NewPrecompiledFrom ¶
func NewPrecompiledFrom(data []byte) (*Precompiled, error)
func (*Precompiled) NormalizeString ¶
func (m *Precompiled) NormalizeString(original string) string
func (*Precompiled) Transform ¶
func (m *Precompiled) Transform(chunk string) string
Click to show internal directories.
Click to hide internal directories.