datapreparation
Class TextOperation

java.lang.Object
  extended by control.Operation
      extended by datapreparation.TextOperation
Direct Known Subclasses:
Collocation, Concept, Filter, Noun, PartOfSpeech, Stemming, Stopword, Tokinize, Weighting, WordSenseDisambiguation

public abstract class TextOperation
extends Operation

Abstract class representing a data preparation operation.

Author:
Kjell-Inge Skogstad and Trond Řivind Eriksen

Constructor Summary
TextOperation()
           
 
Method Summary
 
Methods inherited from class control.Operation
getLogResult, getProperties, performOperation, setLogResult, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextOperation

public TextOperation()