datapreparation.tokinize
Class Tokinize

java.lang.Object
  extended by control.Operation
      extended by datapreparation.TextOperation
          extended by datapreparation.tokinize.Tokinize

public class Tokinize
extends TextOperation

Class implementing the tokinizing operation. Here all terms are extracted from the text and inserted into the data model.

Author:
Kjell-Inge Skogstad and Trond Řivind Eriksen

Constructor Summary
Tokinize()
           
 
Method Summary
 java.util.ArrayList getProperties()
          Method for getting the porperties.
 void performOperation(DataSet dataSet)
          Method for performing the operation.
 void setProperties(java.util.ArrayList properties)
          Method for setting the properties.
 
Methods inherited from class control.Operation
getLogResult, setLogResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tokinize

public Tokinize()
Method Detail

performOperation

public void performOperation(DataSet dataSet)
Method for performing the operation.

Specified by:
performOperation in class Operation
Parameters:
dataSet - The dataset

getProperties

public java.util.ArrayList getProperties()
Method for getting the porperties.

Specified by:
getProperties in class Operation
Returns:
List of properties

setProperties

public void setProperties(java.util.ArrayList properties)
Method for setting the properties.

Specified by:
setProperties in class Operation
Parameters:
properties - List of properties