opennlp.maxent
Interface ContextGenerator

All Known Implementing Classes:
BasicContextGenerator

public interface ContextGenerator

Generate contexts for maxent decisions.

Version:
$Revision: 1.1.1.1 $, $Date: 2001/10/23 14:06:53 $
Author:
Jason Baldridge

Method Summary
 java.lang.String[] getContext(java.lang.Object o)
          Builds up the list of contextual predicates given an Object.
 

Method Detail

getContext

java.lang.String[] getContext(java.lang.Object o)
Builds up the list of contextual predicates given an Object.



Copyright © 2005 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.