#include <sapt_pscore_logcnt.h>


Public Member Functions | |
| PScoreLogCnt (std::string const specs) | |
| bool | isIntegerValued (int i) const |
| void | operator() (Bitext< Token > const &bt, PhrasePair< Token > &pp, std::vector< float > *dest=NULL) const |
Definition at line 13 of file sapt_pscore_logcnt.h.
| sapt::PScoreLogCnt< Token >::PScoreLogCnt | ( | std::string const | specs | ) | [inline] |
Definition at line 18 of file sapt_pscore_logcnt.h.
| bool sapt::PScoreLogCnt< Token >::isIntegerValued | ( | int | i | ) | const [inline, virtual] |
| void sapt::PScoreLogCnt< Token >::operator() | ( | Bitext< Token > const & | bt, | |
| PhrasePair< Token > & | pp, | |||
| std::vector< float > * | dest = NULL | |||
| ) | const [inline, virtual] |
Implements sapt::PhraseScorer< Token >.
Definition at line 39 of file sapt_pscore_logcnt.h.
References sapt::PhrasePair< Token >::fvals, sapt::PhrasePair< Token >::good1, sapt::PhrasePair< Token >::joint, sapt::PhrasePair< Token >::raw1, sapt::PhrasePair< Token >::raw2, and sapt::PhrasePair< Token >::sample1.
1.5.9