opennlp.maxent
Interface ContextGenerator

All Known Implementing Classes:
BasicContextGenerator

public interface ContextGenerator

Generate contexts for maxent decisions.


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

Method Detail

getContext

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



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