opennlp.maxent
Class BasicContextGenerator
java.lang.Object
opennlp.maxent.BasicContextGenerator
- All Implemented Interfaces:
- ContextGenerator
public class BasicContextGenerator
- extends java.lang.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
Method Summary |
java.lang.String[] |
getContext(java.lang.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 |
BasicContextGenerator
public BasicContextGenerator()
BasicContextGenerator
public BasicContextGenerator(java.lang.String sep)
getContext
public java.lang.String[] getContext(java.lang.Object o)
- Builds up the list of contextual predicates given a String.
- Specified by:
getContext
in interface ContextGenerator
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.