public interface Extractor
| Modifier and Type | Method and Description |
|---|---|
int |
basic(short[] pos,
int[] forms,
int w1,
int w2,
Cluster cluster,
IFV f) |
float |
encode3(short[] pos,
short[] heads,
short[] labs,
DataF x) |
FV |
encodeCat(Instances is,
int n,
short[] pos,
int[] is2,
int[] is3,
short[] heads,
short[] labels,
short[][] s,
Cluster cl,
FV pred) |
void |
firstm(Instances is,
int i,
int w1,
int w2,
int j,
Cluster cluster,
long[] svs) |
void |
gcm(Instances is,
int i,
int w1,
int w2,
int g,
int j,
Cluster cluster,
long[] svs) |
int |
getMaxForm() |
int |
getType() |
void |
init()
Initializes the Extractor specific parts
|
void |
initStat()
Initializes the Extractor general parts
|
void |
setMaxForm(int integer) |
void |
siblingm(Instances is,
int i,
short[] pos,
int[] forms,
int[] lemmas,
short[][] feats,
int w1,
int w2,
int g,
int j,
Cluster cluster,
long[] svs,
int n) |
void initStat()
void init()
void siblingm(Instances is, int i, short[] pos, int[] forms, int[] lemmas, short[][] feats, int w1, int w2, int g, int j, Cluster cluster, long[] svs, int n)
int getType()
FV encodeCat(Instances is, int n, short[] pos, int[] is2, int[] is3, short[] heads, short[] labels, short[][] s, Cluster cl, FV pred)
void setMaxForm(int integer)
int getMaxForm()
float encode3(short[] pos,
short[] heads,
short[] labs,
DataF x)
Copyright © 2013. All rights reserved.