public class ChunkerFeatureExtractor extends Object
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 |
|---|---|
static List<Tuple> |
extractFeat(SequenceTuple entry)
Single SequenceTuple featExtractor
|
static List<String> |
extractFeatSingle(int i,
String[] tokens,
String[] pos) |
public static final int WORD_INDEX
public static final int POS_INDEX
Copyright © 2016. All rights reserved.