Go to the source code of this file.
|
template<class Arc > |
std::ostream & | operator<< (std::ostream &os, const Hyp< Arc > &obj) |
|
bool | SampleSortPredicate (const Sample &s1, const Sample &s2) |
|
template<class HypT > |
ucam::fsttools::Bleu | LBleuScorer (ucam::fsttools::BleuScorer &bleuScorer, unsigned const &sid, HypT const &hyp) |
|
template<class Weight , class HypT > |
vector< LabeledFeature< float, Weight > > | ProSBLEUSample (ucam::fsttools::BleuScorer &bleuScorer, std::vector< HypT > const &hyps, unsigned const &sid, unsigned const &n, unsigned const &ns, double const &alpha, bool negatives=false, bool negate=true) |
|
template<class Arc , class HypT > |
int | SampleWFSAs (ucam::util::RegistryPO const &rg) |
|
int | main (int argc, const char *argv[]) |
|
int main |
( |
int |
argc, |
|
|
const char * |
argv[] |
|
) |
| |
template<class Arc >
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Hyp< Arc > & |
obj |
|
) |
| |
template<class Weight , class HypT >
vector< LabeledFeature<float, Weight> > ProSBLEUSample |
( |
ucam::fsttools::BleuScorer & |
bleuScorer, |
|
|
std::vector< HypT > const & |
hyps, |
|
|
unsigned const & |
sid, |
|
|
unsigned const & |
n, |
|
|
unsigned const & |
ns, |
|
|
double const & |
alpha, |
|
|
bool |
negatives = false , |
|
|
bool |
negate = true |
|
) |
| |
bool SampleSortPredicate |
( |
const Sample & |
s1, |
|
|
const Sample & |
s2 |
|
) |
| |
template<class Arc , class HypT >