edu.cmu.minorthird.text
Class SampleTextBases

java.lang.Object
  extended by edu.cmu.minorthird.text.SampleTextBases

public class SampleTextBases
extends java.lang.Object

Some sample inputs to facilitate testing.

Author:
William Cohen

Constructor Summary
SampleTextBases()
           
 
Method Summary
static MonotonicTextLabels getGuessLabels()
           
static TextBase getTextBase()
           
static MutableTextLabels getTruthLabels()
           
static void showLabels(TextLabels labels)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleTextBases

public SampleTextBases()
Method Detail

getTextBase

public static TextBase getTextBase()

getTruthLabels

public static MutableTextLabels getTruthLabels()

getGuessLabels

public static MonotonicTextLabels getGuessLabels()

showLabels

public static void showLabels(TextLabels labels)