org.cogroo.tools.chunker2
Class DefaultChunkerSequenceValidator

java.lang.Object
  extended by org.cogroo.tools.chunker2.DefaultChunkerSequenceValidator
All Implemented Interfaces:
opennlp.tools.util.SequenceValidator<WordTag>
Direct Known Subclasses:
ShallowParserSequenceValidator

public class DefaultChunkerSequenceValidator
extends Object
implements opennlp.tools.util.SequenceValidator<WordTag>


Constructor Summary
DefaultChunkerSequenceValidator()
           
 
Method Summary
 boolean validSequence(int i, WordTag[] inputSequence, String[] outcomesSequence, String outcome)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultChunkerSequenceValidator

public DefaultChunkerSequenceValidator()
Method Detail

validSequence

public boolean validSequence(int i,
                             WordTag[] inputSequence,
                             String[] outcomesSequence,
                             String outcome)
Specified by:
validSequence in interface opennlp.tools.util.SequenceValidator<WordTag>


Copyright © 2012-2013 CoGrOO. All Rights Reserved.