Package opennlp.morfologik.tagdict
Class MorfologikPOSTaggerFactory
- java.lang.Object
-
- opennlp.tools.util.BaseToolFactory
-
- opennlp.tools.postag.POSTaggerFactory
-
- opennlp.morfologik.tagdict.MorfologikPOSTaggerFactory
-
public class MorfologikPOSTaggerFactory extends opennlp.tools.postag.POSTaggerFactory
-
-
Constructor Summary
Constructors Constructor Description MorfologikPOSTaggerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>createArtifactMap()Map<String,opennlp.tools.util.model.ArtifactSerializer>createArtifactSerializersMap()opennlp.tools.postag.TagDictionarycreateEmptyTagDictionary()opennlp.tools.postag.TagDictionarycreateTagDictionary(File dictionary)opennlp.tools.postag.TagDictionarycreateTagDictionary(InputStream in)opennlp.tools.postag.TagDictionarygetTagDictionary()voidsetTagDictionary(opennlp.tools.postag.TagDictionary dictionary)-
Methods inherited from class opennlp.tools.postag.POSTaggerFactory
create, create, createFeatureGenerators, getDictionary, getPOSContextGenerator, getPOSContextGenerator, getSequenceValidator, setDictionary, validateArtifactMap
-
-
-
-
Method Detail
-
createTagDictionary
public opennlp.tools.postag.TagDictionary createTagDictionary(File dictionary) throws IOException
- Overrides:
createTagDictionaryin classopennlp.tools.postag.POSTaggerFactory- Throws:
IOException
-
getTagDictionary
public opennlp.tools.postag.TagDictionary getTagDictionary()
- Overrides:
getTagDictionaryin classopennlp.tools.postag.POSTaggerFactory
-
setTagDictionary
public void setTagDictionary(opennlp.tools.postag.TagDictionary dictionary)
- Overrides:
setTagDictionaryin classopennlp.tools.postag.POSTaggerFactory
-
createEmptyTagDictionary
public opennlp.tools.postag.TagDictionary createEmptyTagDictionary()
- Overrides:
createEmptyTagDictionaryin classopennlp.tools.postag.POSTaggerFactory
-
createTagDictionary
public opennlp.tools.postag.TagDictionary createTagDictionary(InputStream in) throws IOException
- Overrides:
createTagDictionaryin classopennlp.tools.postag.POSTaggerFactory- Throws:
IOException
-
createArtifactSerializersMap
public Map<String,opennlp.tools.util.model.ArtifactSerializer> createArtifactSerializersMap()
- Overrides:
createArtifactSerializersMapin classopennlp.tools.postag.POSTaggerFactory
-
-