Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "shingle"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ShingleFilter ¶
type ShingleFilter struct {
// contains filtered or unexported fields
}
func NewShingleFilter ¶
func NewShingleFilter(min, max int, outputOriginal bool, sep, fill string) *ShingleFilter
func (*ShingleFilter) Filter ¶
func (s *ShingleFilter) Filter(input analysis.TokenStream) analysis.TokenStream
Click to show internal directories.
Click to hide internal directories.