Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WordCountAnalyzer ¶
type WordCountAnalyzer struct { }
func (WordCountAnalyzer) Analyze ¶
func (p WordCountAnalyzer) Analyze(ctx *ctxpb.ShipshapeContext) ([]*notepb.Note, error)
func (WordCountAnalyzer) Category ¶
func (WordCountAnalyzer) Category() string
func (WordCountAnalyzer) CountWords ¶
func (WordCountAnalyzer) CountWords(content string) int
CountWords returns the number of words found in content
Click to show internal directories.
Click to hide internal directories.