public class PortugueseFactory
extends opennlp.tools.postag.POSTaggerFactory
| Constructor and Description |
|---|
PortugueseFactory() |
PortugueseFactory(opennlp.tools.dictionary.Dictionary ngramDictionary,
opennlp.tools.postag.TagDictionary posDictionary) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
createArtifactMap() |
Map<String,opennlp.tools.util.model.ArtifactSerializer> |
createArtifactSerializersMap() |
opennlp.tools.postag.TagDictionary |
createTagDictionary(InputStream in) |
opennlp.tools.postag.POSContextGenerator |
getPOSContextGenerator() |
opennlp.tools.postag.POSContextGenerator |
getPOSContextGenerator(int cacheSize) |
opennlp.tools.util.SequenceValidator<String> |
getSequenceValidator() |
opennlp.tools.postag.TagDictionary |
getTagDictionary() |
create, create, createEmptyTagDictionary, createFeatureGenerators, createTagDictionary, getDictionary, setDictionary, setTagDictionary, validateArtifactMappublic PortugueseFactory()
public PortugueseFactory(opennlp.tools.dictionary.Dictionary ngramDictionary,
opennlp.tools.postag.TagDictionary posDictionary)
public opennlp.tools.util.SequenceValidator<String> getSequenceValidator()
getSequenceValidator in class opennlp.tools.postag.POSTaggerFactorypublic opennlp.tools.postag.POSContextGenerator getPOSContextGenerator(int cacheSize)
getPOSContextGenerator in class opennlp.tools.postag.POSTaggerFactorypublic opennlp.tools.postag.POSContextGenerator getPOSContextGenerator()
getPOSContextGenerator in class opennlp.tools.postag.POSTaggerFactorypublic opennlp.tools.postag.TagDictionary getTagDictionary()
getTagDictionary in class opennlp.tools.postag.POSTaggerFactorypublic Map<String,opennlp.tools.util.model.ArtifactSerializer> createArtifactSerializersMap()
createArtifactSerializersMap in class opennlp.tools.postag.POSTaggerFactorypublic Map<String,Object> createArtifactMap()
createArtifactMap in class opennlp.tools.postag.POSTaggerFactorypublic opennlp.tools.postag.TagDictionary createTagDictionary(InputStream in) throws opennlp.tools.util.InvalidFormatException, IOException
createTagDictionary in class opennlp.tools.postag.POSTaggerFactoryopennlp.tools.util.InvalidFormatExceptionIOExceptionCopyright © 2012–2017 CoGrOO. All rights reserved.