Package de.l3s.boilerpipe.conditions
Interface TextBlockCondition
public interface TextBlockCondition
Evaluates whether a given
TextBlock meets a certain condition.
Useful in combination with ConditionalLabelAction.- Author:
- Christian Kohlschuetter
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueiff the givenTextBlocktb meets the defined condition.
-
Method Details
-
meetsCondition
Returnstrueiff the givenTextBlocktb meets the defined condition.- Parameters:
tb-- Returns:
invalid input: '<'trueiff the condition is met.
-