opennlp.grok.test
Class RegressionInfo

java.lang.Object
  |
  +--opennlp.grok.test.RegressionInfo

public class RegressionInfo
extends java.lang.Object


Constructor Summary
RegressionInfo(java.io.InputStream istr)
           
 
Method Summary
 int getOutcome(int i)
           
 java.lang.String getSentence(int i)
           
 int numberOfItems()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegressionInfo

public RegressionInfo(java.io.InputStream istr)
Method Detail

numberOfItems

public int numberOfItems()

getSentence

public java.lang.String getSentence(int i)

getOutcome

public int getOutcome(int i)


Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.