Documentation ¶
Index ¶
- Constants
- func NewAccentuator(urlStr string) (process.Processor, error)
- func NewCleaner() process.Processor
- func NewClitics(urlStr string) (process.Processor, error)
- func NewResultMaker() process.Processor
- func NewTagger(urlStr string) (process.Processor, error)
- func NewToIPA(urlStr string) (process.Processor, error)
- func NewTranscriber(urlStr string) (process.Processor, error)
- type HTTPInvoker
- type HTTPInvokerJSON
- type TaggedWord
Constants ¶
View Source
const ( //None indicates no IPA Type None ipaTypeEnum = iota + 1 //WordOne - string is one word WordOne //WordMultiple - string is made from multiple words WordMultiple //SepClitic - separator for clitics SepClitic )
Variables ¶
This section is empty.
Functions ¶
func NewAccentuator ¶
NewAccentuator creates new processor
func NewClitics ¶
NewClitics creates new processor
func NewResultMaker ¶
NewResultMaker makes preocessor for result construction
Types ¶
type HTTPInvoker ¶
HTTPInvoker makes http call
type HTTPInvokerJSON ¶
type HTTPInvokerJSON interface {
InvokeJSON(interface{}, interface{}) error
}
HTTPInvokerJSON invoker for json input
Click to show internal directories.
Click to hide internal directories.