Uses of Interface
opennlp.maxent.ModelDomain

Packages that use ModelDomain
opennlp.maxent Provides main functionality of the maxent package including data structures and algorithms for parameter estimation. 
 

Uses of ModelDomain in opennlp.maxent
 

Methods in opennlp.maxent with parameters of type ModelDomain
 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 © 2005 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.