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

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

public class CPOSFeature
extends AListFeature

pos feature.

Author:
zhongzhi
See Also:
Serialized Form

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

Constructor Detail

CPOSFeature

public CPOSFeature()
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 AListFeature
Returns:
clone feature