public class BeamScorerThread extends Object implements Callable<ArrayList<BeamElement>>
| Constructor and Description |
|---|
BeamScorerThread(boolean isDecode,
AveragedPerceptron classifier,
Configuration configuration,
ArrayList<Integer> dependencyRelations,
int featureLength,
int b,
boolean rootFirst) |
public BeamScorerThread(boolean isDecode,
AveragedPerceptron classifier,
Configuration configuration,
ArrayList<Integer> dependencyRelations,
int featureLength,
int b,
boolean rootFirst)
public ArrayList<BeamElement> call()
call in interface Callable<ArrayList<BeamElement>>Copyright © 2014–2021 码农场. All rights reserved.