org.cogroo.tools.chunker2
Class ChunkerFactory

java.lang.Object
  extended by opennlp.tools.util.BaseToolFactory
      extended by org.cogroo.tools.chunker2.ChunkerFactory
Direct Known Subclasses:
HeadFinderFactory, ShallowParserFactory

public class ChunkerFactory
extends opennlp.tools.util.BaseToolFactory


Constructor Summary
ChunkerFactory()
          Creates a ChunkerFactory that provides the default implementation of the resources.
 
Method Summary
static ChunkerFactory create(String subclassName)
           
 ChunkerContextGenerator getContextGenerator()
           
 opennlp.tools.util.SequenceValidator<WordTag> getSequenceValidator()
           
 void 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

ChunkerFactory

public ChunkerFactory()
Creates a ChunkerFactory that provides the default implementation of the resources.

Method Detail

create

public static ChunkerFactory create(String subclassName)
                             throws opennlp.tools.util.InvalidFormatException
Throws:
opennlp.tools.util.InvalidFormatException

validateArtifactMap

public void validateArtifactMap()
                         throws opennlp.tools.util.InvalidFormatException
Specified by:
validateArtifactMap in class opennlp.tools.util.BaseToolFactory
Throws:
opennlp.tools.util.InvalidFormatException

getSequenceValidator

public opennlp.tools.util.SequenceValidator<WordTag> getSequenceValidator()

getContextGenerator

public ChunkerContextGenerator getContextGenerator()


Copyright © 2012-2013 CoGrOO. All Rights Reserved.