Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
Processor processes words
func NewProcessor ¶
NewProcessor will instantiate a processor
func (*Processor) Process ¶
func (s *Processor) Process(words []*api.CliticsInput) ([]*api.CliticsOutput, error)
Process process words
Click to show internal directories.
Click to hide internal directories.