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.
- Version:
- $Revision: 1.1.1.1 $, $Date: 2001/10/23 14:06:53 $
- Author:
- Jason Baldridge
Method Summary |
java.lang.String |
getName()
Get the name of this domain. |
getName
java.lang.String getName()
- Get the name of this domain.
- Returns:
- The name of this domain.
Copyright © 2005 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.