Documentation ¶
Overview ¶
Package edgengramside
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Front = EdgeNGramSide{"front"} Back = EdgeNGramSide{"back"} )
Functions ¶
This section is empty.
Types ¶
type EdgeNGramSide ¶
type EdgeNGramSide struct {
Name string
}
func (EdgeNGramSide) MarshalText ¶
func (e EdgeNGramSide) MarshalText() (text []byte, err error)
func (EdgeNGramSide) String ¶
func (e EdgeNGramSide) String() string
func (*EdgeNGramSide) UnmarshalText ¶
func (e *EdgeNGramSide) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.