public abstract class Snipper extends Object
Constructor and Description |
---|
Snipper(boolean htmlAware,
String startHit,
String endHit)
Constructor for the Snipper object
|
Modifier and Type | Method and Description |
---|---|
String |
filter(Sequence<Token> tokens)
Description of the Method
|
abstract boolean |
matches(Token w)
Description of the Method
|
public String filter(Sequence<Token> tokens)
tokens
- Description of the Parameterpublic abstract boolean matches(Token w)
w
- Description of the ParameterCopyright © 2016 Egothor. All Rights Reserved.