iitb.CRF
Interface FeatureGeneratorNested

All Superinterfaces:
FeatureGenerator

public interface FeatureGeneratorNested
extends FeatureGenerator

Author:
Sunita Sarawagi

Method Summary
 int maxMemory()
          for nestedCRF this controls the maximum number of x-s grouped together.
 void startScanFeaturesAt(DataSequence data, int prevPos, int pos)
           
 
Methods inherited from interface iitb.CRF.FeatureGenerator
hasNext, next, numFeatures, startScanFeaturesAt
 

Method Detail

maxMemory

public int maxMemory()
for nestedCRF this controls the maximum number of x-s grouped together. the maximum number of symbols generated by a state in a single nested step.


startScanFeaturesAt

public void startScanFeaturesAt(DataSequence data,
                                int prevPos,
                                int pos)


Submit a bug or feature.