opennlp.tools.postag
Class POSModel
java.lang.Object
opennlp.tools.util.model.BaseModel
opennlp.tools.postag.POSModel
public final class POSModel
- extends BaseModel
The POSModel
is the model used
by a learnable POSTagger
.
- See Also:
POSTaggerME
POSModel
public POSModel(String languageCode,
opennlp.model.AbstractModel posModel,
POSDictionary tagDictionary,
Dictionary ngramDict,
Map<String,String> manifestInfoEntries)
POSModel
public POSModel(String languageCode,
opennlp.model.AbstractModel posModel,
POSDictionary tagDictionary,
Dictionary ngramDict)
POSModel
public POSModel(InputStream in)
throws IOException,
InvalidFormatException
- Throws:
IOException
InvalidFormatException
getPosModel
public opennlp.model.AbstractModel getPosModel()
getTagDictionary
public POSDictionary getTagDictionary()
- Retrieves the tag dictionary.
- Returns:
- tag dictionary or null if not used
getNgramDictionary
public Dictionary getNgramDictionary()
- Retrieves the ngram dictionary.
- Returns:
- ngram dictionary or null if not used
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.