Documentation ¶
Index ¶
- type Builder
- type Dict
- func (d Dict) Code(r rune) word.Code
- func (d Dict) MarshalBinary() ([]byte, error)
- func (d Dict) MarshalText() ([]byte, error)
- func (d Dict) ReadFrom(r io.Reader) (int64, error)
- func (d Dict) UnmarshalBinary(s []byte) error
- func (d Dict) UnmarshalText(s []byte) error
- func (d Dict) Word(s string) (word.Word, error)
- func (d Dict) WriteTo(w io.Writer) (int64, error)
- type Walker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
func NewBuilder() *Builder
type Dict ¶
func (Dict) MarshalBinary ¶
func (Dict) MarshalText ¶
func (Dict) UnmarshalBinary ¶
func (Dict) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.