opennlp.maxent
Interface ModelDomain


public interface ModelDomain

A simple interface that represents a domain to which a particular maxent model is primarily applicable. For instance, one might have a part-of-speech tagger trained on financial text and another based on children's stories. This interface is used by the DomainToModelMap class to allow an application to grab the models relevant for the different domains.


Method Summary
 String getName()
          Get the name of this domain.
 

Method Detail

getName

String getName()
Get the name of this domain.

Returns:
The name of this domain.


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.