public class ExtDictFSAPortugueseFactory extends PortugueseExFactory
| Constructor and Description |
|---|
ExtDictFSAPortugueseFactory() |
ExtDictFSAPortugueseFactory(opennlp.tools.dictionary.Dictionary ngramDictionary,
opennlp.tools.postag.TagDictionary posDictionary) |
| Modifier and Type | Method and Description |
|---|---|
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, getPOSContextGeneratorcreateArtifactMap, createArtifactSerializersMap, getSequenceValidatorcreate, create, createFeatureGenerators, getDictionary, setDictionary, validateArtifactMappublic ExtDictFSAPortugueseFactory()
public ExtDictFSAPortugueseFactory(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.InvalidFormatExceptionIOExceptionCopyright © 2012–2017 CoGrOO. All rights reserved.