#include <sapt_pscore_pbwd.h>


Public Member Functions | |
| virtual | ~PScorePbwd () |
| PScorePbwd (float const c, std::string d) | |
| void | operator() (Bitext< Token > const &bt, PhrasePair< Token > &pp, std::vector< float > *dest=NULL) const |
Definition at line 12 of file sapt_pscore_pbwd.h.
| virtual sapt::PScorePbwd< Token >::~PScorePbwd | ( | ) | [inline, virtual] |
Definition at line 19 of file sapt_pscore_pbwd.h.
| sapt::PScorePbwd< Token >::PScorePbwd | ( | float const | c, | |
| std::string | d | |||
| ) | [inline] |
| void sapt::PScorePbwd< Token >::operator() | ( | Bitext< Token > const & | bt, | |
| PhrasePair< Token > & | pp, | |||
| std::vector< float > * | dest = NULL | |||
| ) | const [inline, virtual] |
Implements sapt::PhraseScorer< Token >.
Definition at line 40 of file sapt_pscore_pbwd.h.
References sapt::PhrasePair< Token >::cum_bias, sapt::PhrasePair< Token >::fvals, sapt::PhrasePair< Token >::good1, sapt::PhrasePair< Token >::joint, sapt::lbop(), sapt::PhrasePair< Token >::raw1, sapt::PhrasePair< Token >::raw2, and sapt::PhrasePair< Token >::sample1.

1.5.9