public class NERFeatureExtractor extends Object implements IFeatureExtractor
| Constructor and Description |
|---|
NERFeatureExtractor() |
| Modifier and Type | Method and Description |
|---|---|
List<org.maochen.nlp.ml.Tuple> |
extractFeat(org.maochen.nlp.ml.SequenceTuple entry) |
List<String> |
extractFeatSingle(int i,
String[] tokens) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFeatpublic List<org.maochen.nlp.ml.Tuple> extractFeat(org.maochen.nlp.ml.SequenceTuple entry)
extractFeat in interface IFeatureExtractorCopyright © 2016. All rights reserved.