Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WordCounter ¶
type WordCounter struct {
// contains filtered or unexported fields
}
func NewWordCounter ¶
func NewWordCounter(mecabrc string, opts ...Option) *WordCounter
func (*WordCounter) Count ¶
func (w *WordCounter) Count(text string)
func (*WordCounter) Result ¶
func (w *WordCounter) Result() map[string]int
Click to show internal directories.
Click to hide internal directories.