Overload List

  NameDescription
Public methodShingleMatrixFilter(TokenStream, Int32, Int32)
Creates a shingle filter using default settings. See ShingleMatrixFilter.DefaultSpacerCharacter, ShingleMatrixFilter.IgnoringSinglePrefixOrSuffixShingleByDefault, and ShingleMatrixFilter.DefaultSettingsCodec
Public methodShingleMatrixFilter(TokenStream, Int32, Int32, Nullable<(Of <<'(Char>)>>))
Creates a shingle filter using default settings. See IgnoringSinglePrefixOrSuffixShingleByDefault, and DefaultSettingsCodec
Public methodShingleMatrixFilter(TokenStream, Int32, Int32, Nullable<(Of <<'(Char>)>>), Boolean)
Creates a shingle filter using the default {@link TokenSettingsCodec}. See DefaultSettingsCodec
Public methodShingleMatrixFilter(Matrix, Int32, Int32, Char, Boolean, TokenSettingsCodec)
Creates a shingle filter based on a user defined matrix. The filter /will/ delete columns from the input matrix! You will not be able to reset the filter if you used this constructor. todo: don't touch the matrix! use a bool, set the input stream to null or something, and keep track of where in the matrix we are at.
Public methodShingleMatrixFilter(TokenStream, Int32, Int32, Nullable<(Of <<'(Char>)>>), Boolean, TokenSettingsCodec)
Creates a shingle filter with ad hoc parameter settings.

See Also