| Package | Description |
|---|---|
| decoder | |
| extractors | |
| is2.parserR2 |
| Constructor and Description |
|---|
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 | Class and Description |
|---|---|
class |
ExtractorClusterStacked |
class |
ExtractorClusterStackedR2 |
| Modifier and Type | Method and Description |
|---|---|
Extractor |
ExtractorFactory.getExtractor(Long2IntInterface l2i) |
| Constructor and Description |
|---|
ParallelExtract(Extractor e,
Instances is,
int i,
DataF d,
F2SF para,
Cluster cluster,
Long2IntInterface li) |
| Modifier and Type | Field and Description |
|---|---|
Extractor[] |
Pipe.extractor |
| 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
|
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.