Interface ContextGenerator

  • All Known Implementing Classes:
    BasicContextGenerator

    public interface ContextGenerator
    Generate contexts for maxent decisions.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String[] getContext​(java.lang.Object o)
      Builds up the list of contextual predicates given an Object.
    • Method Detail

      • getContext

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