uk.ac.shef.dcs.oak.jate.core.feature
Class FeatureBuilderTermNest

java.lang.Object
  extended by uk.ac.shef.dcs.oak.jate.core.feature.AbstractFeatureBuilder
      extended by uk.ac.shef.dcs.oak.jate.core.feature.FeatureBuilderTermNest

public class FeatureBuilderTermNest
extends AbstractFeatureBuilder

A specific type of feature builder that builds an instance of FeatureTermNest from a GlobalIndex. Counting of term nested frequency is based on canonical forms.


Field Summary
 
Fields inherited from class uk.ac.shef.dcs.oak.jate.core.feature.AbstractFeatureBuilder
_normaliser, _termFreqCounter, _wordCounter
 
Constructor Summary
FeatureBuilderTermNest()
          Default constructor
 
Method Summary
 FeatureTermNest build(GlobalIndex index)
          Build an instance of FeatureTermNest from an instance of GlobalIndexMem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureBuilderTermNest

public FeatureBuilderTermNest()
Default constructor

Method Detail

build

public FeatureTermNest build(GlobalIndex index)
                      throws JATEException
Build an instance of FeatureTermNest from an instance of GlobalIndexMem

Specified by:
build in class AbstractFeatureBuilder
Parameters:
index -
Returns:
Throws:
JATEException