Documentation ¶
Overview ¶
Package synonymformat
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Solr = SynonymFormat{"solr"} Wordnet = SynonymFormat{"wordnet"} )
Functions ¶
This section is empty.
Types ¶
type SynonymFormat ¶
type SynonymFormat struct {
Name string
}
func (SynonymFormat) MarshalText ¶
func (s SynonymFormat) MarshalText() (text []byte, err error)
func (SynonymFormat) String ¶
func (s SynonymFormat) String() string
func (*SynonymFormat) UnmarshalText ¶
func (s *SynonymFormat) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.