public class FSAPortugueseFactory extends PortugueseExFactory
| Constructor and Description |
|---|
FSAPortugueseFactory() |
FSAPortugueseFactory(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 |
createEmptyTagDictionary() |
opennlp.tools.postag.TagDictionary |
createTagDictionary(File dictionary) |
opennlp.tools.postag.TagDictionary |
createTagDictionary(InputStream in) |
opennlp.tools.postag.TagDictionary |
getTagDictionary() |
void |
setTagDictionary(opennlp.tools.postag.TagDictionary dictionary) |
getPOSContextGenerator, getPOSContextGeneratorgetSequenceValidatorcreate, create, createFeatureGenerators, getDictionary, setDictionary, validateArtifactMappublic FSAPortugueseFactory()
public FSAPortugueseFactory(opennlp.tools.dictionary.Dictionary ngramDictionary,
opennlp.tools.postag.TagDictionary posDictionary)
public opennlp.tools.postag.TagDictionary getTagDictionary()
getTagDictionary in class PortugueseFactorypublic void setTagDictionary(opennlp.tools.postag.TagDictionary dictionary)
setTagDictionary in class opennlp.tools.postag.POSTaggerFactorypublic opennlp.tools.postag.TagDictionary createEmptyTagDictionary()
createEmptyTagDictionary in class opennlp.tools.postag.POSTaggerFactorypublic opennlp.tools.postag.TagDictionary createTagDictionary(File dictionary) throws opennlp.tools.util.InvalidFormatException, FileNotFoundException, IOException
createTagDictionary in class opennlp.tools.postag.POSTaggerFactoryopennlp.tools.util.InvalidFormatExceptionFileNotFoundExceptionIOExceptionpublic opennlp.tools.postag.TagDictionary createTagDictionary(InputStream in) throws opennlp.tools.util.InvalidFormatException, IOException
createTagDictionary in class PortugueseFactoryopennlp.tools.util.InvalidFormatExceptionIOExceptionpublic Map<String,opennlp.tools.util.model.ArtifactSerializer> createArtifactSerializersMap()
createArtifactSerializersMap in class PortugueseFactorypublic Map<String,Object> createArtifactMap()
createArtifactMap in class PortugueseFactoryCopyright © 2012–2017 CoGrOO. All rights reserved.