Table of Contents

Public classSealed ShingleFilter

Namespace
Rowles.LeanCorpus.Analysis.Filters
Assembly
Rowles.LeanCorpus.dll

Emits contiguous token shingles for phrase-oriented analysis.

public sealed class ShingleFilter : ITokenFilter
ShingleFilter
Implements

Public constructor ShingleFilter(int, int, bool, string)

Initialises a new ShingleFilter.

Public method Apply(List<Token>)

Applies the filter to the token list, modifying it in place.