edu.cmu.minorthird.classify.sequential
Class SegmentCRFLearner.SemiMTFeatureGenImpl

java.lang.Object
  extended by iitb.Model.FeatureGenImpl
      extended by iitb.Model.NestedFeatureGenImpl
          extended by edu.cmu.minorthird.classify.sequential.SegmentCRFLearner.SemiMTFeatureGenImpl
All Implemented Interfaces:
iitb.CRF.FeatureGenerator, iitb.CRF.FeatureGeneratorNested, java.io.Serializable
Enclosing class:
SegmentCRFLearner

public class SegmentCRFLearner.SemiMTFeatureGenImpl
extends iitb.Model.NestedFeatureGenImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class iitb.Model.FeatureGenImpl
addOnlyTrainFeatures, currentFeatureType, feature, featureToReturn, generateOnlyXFeatures, model
 
Constructor Summary
SegmentCRFLearner.SemiMTFeatureGenImpl(int numLabels, java.lang.String[] labelNames, java.util.Properties options)
           
 
Method Summary
 
Methods inherited from class iitb.Model.NestedFeatureGenImpl
addTrainRecord, maxMemory, setMaxMemory, startScanFeaturesAt, startScanFeaturesAt
 
Methods inherited from class iitb.Model.FeatureGenImpl
addFeature, addFeature, addFeatures, advance, advance, copyNextFeature, displayModel, displayModel, featureIdentifier, featureName, featureValid, fixedTransitionFeatures, freezeFeatures, getDict, getFeature, hasNext, initScanFeaturesAt, keepFeature, label, labelMappingNeeded, mapStatesToLabels, next, nextNoId, numFeatures, numFeatureTypes, numStates, printStats, read, retainFeature, setDict, stateMappings, train, train, train, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface iitb.CRF.FeatureGenerator
featureName, hasNext, next, numFeatures
 

Constructor Detail

SegmentCRFLearner.SemiMTFeatureGenImpl

public SegmentCRFLearner.SemiMTFeatureGenImpl(int numLabels,
                                              java.lang.String[] labelNames,
                                              java.util.Properties options)
                                       throws java.lang.Exception
Throws:
java.lang.Exception