Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WordsFrequency ¶
type WordsFrequency struct {
// contains filtered or unexported fields
}
func Constructor ¶
func Constructor(book []string) WordsFrequency
func (*WordsFrequency) Get ¶
func (this *WordsFrequency) Get(word string) int
Click to show internal directories.
Click to hide internal directories.