Package | Description |
---|---|
opennlp.maxent |
Provides main functionality of the maxent package including data structures and
algorithms for parameter estimation.
|
Modifier and Type | Method and Description |
---|---|
MaxentModel |
DomainToModelMap.getModel(ModelDomain domain)
Get the model mapped to by the given ModelDomain key.
|
void |
DomainToModelMap.removeDomain(ModelDomain domain)
Removes the mapping for this ModelDomain key from this map if present.
|
void |
DomainToModelMap.setModelForDomain(ModelDomain domain,
MaxentModel model)
Sets the model for the given domain.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.