protected String normalizationString;
protected Map<Integer,String> normalization;
public NumOfFeature(SymbolTableHandler tableHandler) throws MaltChainedException {
super();
featureValue = new SingleFeatureValue(this);
setTableHandler(tableHandler);
normalization = new LinkedHashMap<Integer,String>();
}