|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use POSDictionary | |
|---|---|
| opennlp.tools.postag | Package related to part-of-speech tagging. |
| Uses of POSDictionary in opennlp.tools.postag |
|---|
| Methods in opennlp.tools.postag that return POSDictionary | |
|---|---|
static POSDictionary |
POSDictionary.create(java.io.InputStream in)
Creates a new POSDictionary from a provided InputStream. |
POSDictionary |
POSModel.getTagDictionary()
Retrieves the tag dictionary. |
| Methods in opennlp.tools.postag with parameters of type POSDictionary | |
|---|---|
static POSModel |
POSTaggerME.train(java.lang.String languageCode,
ObjectStream<POSSample> samples,
ModelType modelType,
POSDictionary tagDictionary,
Dictionary ngramDictionary,
int cutoff,
int iterations)
|
static POSModel |
POSTaggerTrainer.train(java.lang.String languageCode,
ObjectStream<POSSample> samples,
POSDictionary tagDictionary,
Dictionary ngramDictionary,
int cutoff,
int iterations)
Deprecated. |
| Constructors in opennlp.tools.postag with parameters of type POSDictionary | |
|---|---|
POSModel(java.lang.String languageCode,
AbstractModel posModel,
POSDictionary tagDictionary,
Dictionary ngramDict)
|
|
POSModel(java.lang.String languageCode,
AbstractModel posModel,
POSDictionary tagDictionary,
Dictionary ngramDict,
java.util.Map<java.lang.String,java.lang.String> manifestInfoEntries)
|
|
POSTaggerCrossValidator(java.lang.String languageCode,
ModelType modelType,
POSDictionary tagDictionary,
Dictionary ngramDictionary)
|
|
POSTaggerCrossValidator(java.lang.String languageCode,
ModelType modelType,
POSDictionary tagDictionary,
Dictionary ngramDictionary,
int cutoff,
int iterations)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||