Constructor ASCIIFoldingFilter
ASCIIFoldingFilter(TokenStream)
Declaration
public ASCIIFoldingFilter(TokenStream input)
Parameters
Type | Name | Description |
---|---|---|
TokenStream | input |
ASCIIFoldingFilter(TokenStream, Boolean)
Create a new ASCIIFoldingFilter.
Declaration
public ASCIIFoldingFilter(TokenStream input, bool preserveOriginal)
Parameters
Type | Name | Description |
---|---|---|
TokenStream | input | TokenStream to filter |
System.Boolean | preserveOriginal | should the original tokens be kept on the input stream with a 0 position increment from the folded tokens? |