| Package | Description |
|---|---|
| is2.parser |
| Modifier and Type | Method and Description |
|---|---|
DataFES |
Pipe.fillVector(F2SF params,
Instances is,
int inst,
DataFES d,
Cluster cluster) |
| Modifier and Type | Method and Description |
|---|---|
void |
Extractor.compare(Instances is,
int ic,
short[] pos,
short[] heads,
short[] types,
Cluster cluster,
F2SF f,
DataFES x) |
static Parse |
Decoder.decode(short[] pos,
DataFES x,
boolean projective,
boolean training)
Build a dependency tree based on the data
|
static float |
Extractor.encode3(short[] pos,
short[] heads,
short[] types,
DataFES d2) |
static float |
Extractor.encode3(short[] pos,
short[] heads,
short[] types,
DataFES d2,
float[] scores) |
DataFES |
Pipe.fillVector(F2SF params,
Instances is,
int inst,
DataFES d,
Cluster cluster) |
static void |
Decoder.rearrange(short[] pos,
short[] heads,
short[] labs,
DataFES x,
boolean training)
This is the parallel non-projective edge re-arranger
|
| Constructor and Description |
|---|
ParallelDecoder(short[] pos,
DataFES d,
Open[][][][] o,
Closed[][][][] c,
int length)
Initialize the parallel decoder.
|
ParallelExtract(Extractor e,
Instances is,
int i,
DataFES d,
F2SF para,
Cluster cluster) |
ParallelRearrange(boolean[][] isChild2,
short[] pos,
DataFES x,
short[] s,
short[] ts)
Initialize the parallel rearrange thread
|
Copyright © 2013. All rights reserved.