public class ChunkerFeatureExtractor extends Object implements IFeatureExtractor
Created by Maochen on 11/10/15.
| Modifier and Type | Field and Description |
|---|---|
static int |
POS_INDEX |
static int |
WORD_INDEX |
| Constructor and Description |
|---|
ChunkerFeatureExtractor() |
| Modifier and Type | Method and Description |
|---|---|
List<Tuple> |
extractFeat(SequenceTuple entry)
Single SequenceTuple featExtractor
|
List<String> |
extractFeatSingle(int i,
String[] tokens,
String[] pos) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFeatpublic static final int WORD_INDEX
public static final int POS_INDEX
public List<Tuple> extractFeat(SequenceTuple entry)
extractFeat in interface IFeatureExtractorCopyright © 2016. All rights reserved.