org.cogroo.tools.shallowparser
Class ShallowParserFactory

java.lang.Object
  extended by opennlp.tools.util.BaseToolFactory
      extended by org.cogroo.tools.chunker2.ChunkerFactory
          extended by org.cogroo.tools.shallowparser.ShallowParserFactory

public class ShallowParserFactory
extends ChunkerFactory


Constructor Summary
ShallowParserFactory()
           
 
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

ShallowParserFactory

public ShallowParserFactory()
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.