Constructor LengthFilter
LengthFilter(TokenStream, Int32, Int32)
Build a filter that removes words that are too long or too short from the text.
Declaration
public LengthFilter(TokenStream in_Renamed, int min, int max)
Parameters
Type | Name | Description |
---|---|---|
Token |
in_Renamed | |
System. |
min | |
System. |
max |