Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "length"
Variables ¶
This section is empty.
Functions ¶
func LengthFilterConstructor ¶
Types ¶
type LengthFilter ¶
type LengthFilter struct {
// contains filtered or unexported fields
}
func NewLengthFilter ¶
func NewLengthFilter(min, max int) *LengthFilter
func (*LengthFilter) Filter ¶
func (f *LengthFilter) Filter(input analysis.TokenStream) analysis.TokenStream
Click to show internal directories.
Click to hide internal directories.