Class 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 Detail

      • BasicContextGenerator

        public BasicContextGenerator()
      • BasicContextGenerator

        public BasicContextGenerator​(String sep)