Documentation ¶
Overview ¶
Package phoneticruletype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Approx = PhoneticRuleType{"approx"} Exact = PhoneticRuleType{"exact"} )
Functions ¶
This section is empty.
Types ¶
type PhoneticRuleType ¶
type PhoneticRuleType struct {
Name string
}
func (PhoneticRuleType) MarshalText ¶
func (p PhoneticRuleType) MarshalText() (text []byte, err error)
func (PhoneticRuleType) String ¶
func (p PhoneticRuleType) String() string
func (*PhoneticRuleType) UnmarshalText ¶
func (p *PhoneticRuleType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.