/* -------------------------------------------------------------------------- */ /* */ /* SET DOCUMENT BASE */ /* */ /* Frans Coenen */ /* */ /* Thursday 12 January 2006 */ /* */ /* Department of Computer Science */ /* The University of Liverpool */ /* */ /* -------------------------------------------------------------------------- */ //package lucsKDD_ARM; /** Parent class for training and test set document base classes. @author Frans Coenen @version 12 January 2006 */ public class SetDocumentBase { /* ------------------------------- */ /* */ /* FIELDS */ /* */ /* ------------------------------- */ // None /* ------------------------------------ */ /* */ /* CONSTRUCTORS */ /* */ /* ------------------------------------ */ // Default only /* ------------------------------- */ /* */ /* METHODS */ /* */ /* ------------------------------- */ /** Output phrase. @param phrase the given phrase. */ protected void outputPhrase(String[] phrase) { for (int index=0;index