public final class TokenExpressionFactory extends edu.washington.cs.knowitall.regex.ExpressionFactory<ChunkTaggedToken>
Constructor and Description |
---|
TokenExpressionFactory(boolean caseSensitive) |
Modifier and Type | Method and Description |
---|---|
edu.washington.cs.knowitall.regex.Expression.BaseExpression<ChunkTaggedToken> |
create(String expr) |
public TokenExpressionFactory(boolean caseSensitive)
caseSensitive
- whether word tokens should be compared case-sensitively - also used for regular expressionspublic edu.washington.cs.knowitall.regex.Expression.BaseExpression<ChunkTaggedToken> create(String expr)
create
in class edu.washington.cs.knowitall.regex.ExpressionFactory<ChunkTaggedToken>