-
- sbFeature.delete(0, sbFeature.length());
- sbFeature.append(preChar).append("/").append(curChar).append('5');
- addFeature(sbFeature, featureVec, featureMap);
-
- sbFeature.delete(0, sbFeature.length());
- sbFeature.append(curChar).append("/").append(nextChar).append('6');
- addFeature(sbFeature, featureVec, featureMap);
-
- sbFeature.delete(0, sbFeature.length());
- sbFeature.append(nextChar).append("/").append(next2Char).append('7');
- addFeature(sbFeature, featureVec, featureMap);
-
- // sbFeature.delete(0, sbFeature.length());
- // sbFeature.append("B[-2,0]=").append(pre2Char).append("/").append(curChar);
- // addFeature(sbFeature, featureVec, featureMap);
- //
- // sbFeature.delete(0, sbFeature.length());
- // sbFeature.append("B[-1,1]=").append(preChar).append("/").append(nextChar);
- // addFeature(sbFeature, featureVec, featureMap);
- //