Hello,

opennlp.maxent.event has a constructor that requires  (java.lang.String outcome, java.lang.String context, float values). I couldn't find any documentation on this constructor. Is _context _an array of nominal features and _values _an array of float-values features? Or is _context _an array of feature names and is _values _the corresponding array of feature values?

Thanks,

Christian