public class DefaultChunkerSequenceValidator extends java.lang.Object implements SequenceValidator<TokenTag>
Constructor and Description |
---|
DefaultChunkerSequenceValidator() |
Modifier and Type | Method and Description |
---|---|
boolean |
validSequence(int i,
TokenTag[] sequence,
java.lang.String[] s,
java.lang.String outcome)
Determines whether a particular continuation of a sequence is valid.
|
public boolean validSequence(int i, TokenTag[] sequence, java.lang.String[] s, java.lang.String outcome)
SequenceValidator
validSequence
in interface SequenceValidator<TokenTag>
i
- The index in the input sequence for which the new outcome is being proposed.sequence
- The input sequence.s
- The outcomes so far in this sequence.outcome
- The next proposed outcome for the outcomes sequence.Copyright © 2010 - 2023 Adobe. All Rights Reserved