org.cogroo.tools.postag
Class PortugueseExFactory

java.lang.Object
  extended by opennlp.tools.util.BaseToolFactory
      extended by opennlp.tools.postag.POSTaggerFactory
          extended by org.cogroo.tools.postag.PortugueseFactory
              extended by org.cogroo.tools.postag.PortugueseExFactory
Direct Known Subclasses:
ExtDictFSAPortugueseFactory, FSAPortugueseFactory

public class PortugueseExFactory
extends PortugueseFactory


Constructor Summary
PortugueseExFactory()
           
PortugueseExFactory(opennlp.tools.dictionary.Dictionary ngramDictionary, opennlp.tools.postag.TagDictionary posDictionary)
           
 
Method Summary
 opennlp.tools.postag.POSContextGenerator getPOSContextGenerator()
           
 opennlp.tools.postag.POSContextGenerator getPOSContextGenerator(int cacheSize)
           
 
Methods inherited from class org.cogroo.tools.postag.PortugueseFactory
createArtifactMap, createArtifactSerializersMap, createTagDictionary, getSequenceValidator, getTagDictionary
 
Methods inherited from class opennlp.tools.postag.POSTaggerFactory
create, createEmptyTagDictionary, createTagDictionary, getDictionary, setDictionary, setTagDictionary, validateArtifactMap
 
Methods inherited from class opennlp.tools.util.BaseToolFactory
create, create, createManifestEntries
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortugueseExFactory

public PortugueseExFactory()

PortugueseExFactory

public PortugueseExFactory(opennlp.tools.dictionary.Dictionary ngramDictionary,
                           opennlp.tools.postag.TagDictionary posDictionary)
Method Detail

getPOSContextGenerator

public opennlp.tools.postag.POSContextGenerator getPOSContextGenerator(int cacheSize)
Overrides:
getPOSContextGenerator in class PortugueseFactory

getPOSContextGenerator

public opennlp.tools.postag.POSContextGenerator getPOSContextGenerator()
Overrides:
getPOSContextGenerator in class PortugueseFactory


Copyright © 2012-2013 CoGrOO. All Rights Reserved.