sg.edu.nus.comp.nlp.ims.feature
Class CSurroundingWord

java.lang.Object
  extended by sg.edu.nus.comp.nlp.ims.feature.ABinaryFeature
      extended by sg.edu.nus.comp.nlp.ims.feature.CSurroundingWord
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, IFeature

public class CSurroundingWord
extends ABinaryFeature

surrounding word feature.

Author:
zhongzhi
See Also:
Serialized Form

Field Summary
 
Fields inherited from class sg.edu.nus.comp.nlp.ims.feature.ABinaryFeature
m_Key, m_Value
 
Constructor Summary
CSurroundingWord()
          constructor
 
Method Summary
 java.lang.Object clone()
          clone this feature
 
Methods inherited from class sg.edu.nus.comp.nlp.ims.feature.ABinaryFeature
getKey, getValue, setKey, setValue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSurroundingWord

public CSurroundingWord()
constructor

Method Detail

clone

public java.lang.Object clone()
Description copied from interface: IFeature
clone this feature

Specified by:
clone in interface IFeature
Specified by:
clone in class ABinaryFeature
Returns:
clone feature