| Package | Description |
|---|---|
| decoder | |
| extractors | |
| is2.parserR2 |
| Constructor and Description |
|---|
ParallelDecoder(short[] pos,
DataF d,
Open[][][][] o,
Closed[][][][] c,
int n)
Initialize the parallel decoder.
|
ParallelRearrangeNBest(short[] pos,
DataF x,
Parse p,
float lastNBest,
Extractor extractor,
float best,
float threshold)
Initialize the parallel rearrange thread
|
ParallelRearrangeNBest2(short[] pos,
DataF x,
float lastNBest,
Extractor extractor,
float threshold)
Initialize the parallel rearrange thread
|
| Modifier and Type | Method and Description |
|---|---|
float |
ExtractorClusterStacked.encode3(short[] pos,
short[] heads,
short[] types,
DataF d2) |
float |
ExtractorClusterStackedR2.encode3(short[] pos,
short[] heads,
short[] types,
DataF d2) |
float |
Extractor.encode3(short[] pos,
short[] heads,
short[] labs,
DataF x) |
static float |
ExtractorClusterStacked.encode3(short[] pos,
short[] heads,
short[] types,
float[] edgesScores,
DataF d2)
Provide the scores of the edges
|
static float |
ExtractorClusterStackedR2.encode3(short[] pos,
short[] heads,
short[] types,
float[] edgesScores,
DataF d2)
Provide the scores of the edges
|
| Constructor and Description |
|---|
ParallelExtract(Extractor e,
Instances is,
int i,
DataF d,
F2SF para,
Cluster cluster,
Long2IntInterface li) |
| Modifier and Type | Method and Description |
|---|---|
DataF |
Pipe.fillVector(F2SF params,
Instances is,
int inst,
DataF d,
Cluster cluster,
int threads,
Long2IntInterface li) |
| Modifier and Type | Method and Description |
|---|---|
static List<ParseNBest> |
Decoder.decode(short[] pos,
DataF x,
boolean projective,
Extractor extractor)
Build a dependency tree based on the data
|
DataF |
Pipe.fillVector(F2SF params,
Instances is,
int inst,
DataF d,
Cluster cluster,
int threads,
Long2IntInterface li) |
static List<ParseNBest> |
Decoder.rearrangeNBest(short[] pos,
short[] heads,
short[] labs,
DataF x,
Extractor extractor)
This is the parallel non-projective edge re-arranger
|
static List<ParseNBest> |
Decoder.rearrangeNBestP(short[] pos,
short[] heads,
short[] labs,
DataF x,
Extractor extractor)
This is the parallel non-projective edge re-arranger
|
Copyright © 2013. All rights reserved.