org.cogroo.tools.headfinder
Class HeadFinderFactory

java.lang.Object
  extended by opennlp.tools.util.BaseToolFactory
      extended by org.cogroo.tools.chunker2.ChunkerFactory
          extended by org.cogroo.tools.headfinder.HeadFinderFactory

public class HeadFinderFactory
extends ChunkerFactory


Constructor Summary
HeadFinderFactory()
           
 
Method Summary
 ChunkerContextGenerator getContextGenerator()
           
 opennlp.tools.util.SequenceValidator<WordTag> getSequenceValidator()
           
 
Methods inherited from class org.cogroo.tools.chunker2.ChunkerFactory
create, validateArtifactMap
 
Methods inherited from class opennlp.tools.util.BaseToolFactory
create, create, createArtifactMap, createArtifactSerializersMap, createManifestEntries
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeadFinderFactory

public HeadFinderFactory()
Method Detail

getContextGenerator

public ChunkerContextGenerator getContextGenerator()
Overrides:
getContextGenerator in class ChunkerFactory

getSequenceValidator

public opennlp.tools.util.SequenceValidator<WordTag> getSequenceValidator()
Overrides:
getSequenceValidator in class ChunkerFactory


Copyright © 2012-2013 CoGrOO. All Rights Reserved.