edu.isi.karma.modeling.semantictypes.mycrf.fieldonly
Class LblFtrPair

java.lang.Object
  extended by edu.isi.karma.modeling.semantictypes.mycrf.fieldonly.LblFtrPair

public class LblFtrPair
extends java.lang.Object

This class represents a feature function. It contains the index of a semantic label and the associated feature (such as StartsWith5)

Author:
amangoel

Field Summary
 java.lang.String feature
           
 int labelIndex
           
 
Constructor Summary
LblFtrPair(int labelIndex, java.lang.String feature)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

labelIndex

public int labelIndex

feature

public java.lang.String feature
Constructor Detail

LblFtrPair

public LblFtrPair(int labelIndex,
                  java.lang.String feature)