Class BasicContextGenerator

java.lang.Object
opennlp.tools.ml.maxent.BasicContextGenerator
All Implemented Interfaces:
ContextGenerator<String>

public class BasicContextGenerator extends Object implements ContextGenerator<String>
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 Details

    • BasicContextGenerator

      public BasicContextGenerator()
    • BasicContextGenerator

      public BasicContextGenerator(String sep)
  • Method Details