opennlp.maxent
Class BasicContextGenerator

java.lang.Object
  extended by opennlp.maxent.BasicContextGenerator
All Implemented Interfaces:
ContextGenerator

public class BasicContextGenerator
extends Object
implements ContextGenerator

Generate contexts for maxent decisions, assuming that the input given to the getContext() method is a String containing contextual predicates separated by spaces. e.g:

cp_1 cp_2 ... cp_n


Constructor Summary
BasicContextGenerator()
           
BasicContextGenerator(String sep)
           
 
Method Summary
 String[] getContext(Object o)
          Builds up the list of contextual predicates given a String.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicContextGenerator

public BasicContextGenerator()

BasicContextGenerator

public BasicContextGenerator(String sep)
Method Detail

getContext

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

Specified by:
getContext in interface ContextGenerator


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