Method | Description | |
---|---|---|
End ( ) : void | ||
IncrementToken ( ) : bool | ||
Reset ( ) : void | ||
ShingleFilter ( |
Construct a ShingleFilter with default shingle size: 2.
|
|
ShingleFilter ( |
Constructs a ShingleFilter with the specified shingle size from the TokenStream
|
|
ShingleFilter ( |
Constructs a ShingleFilter with the specified shingle size from the TokenStream
|
|
ShingleFilter ( |
Construct a ShingleFilter with the specified token type for shingle tokens and the default shingle size: 2
|
Method | Description | |
---|---|---|
GetNextToken ( InputWindowToken target ) : InputWindowToken |
Get the next token from the input stream. If the next token has
|
|
ShiftInputWindow ( ) : void |
Fills #inputWindow with input stream tokens, if available, shifting to the right if the window was previously full. Resets #gramSize to its minimum value.
|
public ShingleFilter ( |
||
input | input stream | |
return | System |
public ShingleFilter ( |
||
input | input stream | |
maxShingleSize | int | maximum shingle size produced by the filter. |
return | System |
public ShingleFilter ( |
||
input | input stream | |
minShingleSize | int | minimum shingle size produced by the filter. |
maxShingleSize | int | maximum shingle size produced by the filter. |
return | System |
public ShingleFilter ( |
||
input | input stream | |
tokenType | string | token type for shingle tokens |
return | System |