#include <ug_lexical_phrase_scorer1.h>
| Public Member Functions | |
| void | open (string const &bname, string const &L1, string const &L2, TokenIndex &V1, TokenIndex &V2) | 
| void | score (TKN const *snt1, size_t const s1, size_t const e1, TKN const *snt2, size_t const s2, size_t const e2, std::vector< ushort > aln, float &fwd_score, float &bwd_score) | 
| void | score (TKN const *snt1, size_t const s1, size_t const e1, TKN const *snt2, size_t const s2, size_t const e2, char const *const aln_start, char const *const aln_end, float &fwd_score, float &bwd_score) | 
| float | permissive_lookup (vector< inner_map_t > const &lex, id_type const s, id_type const t) const | 
Definition at line 18 of file ug_lexical_phrase_scorer1.h.
| void ugdiss::LexicalPhraseScorer1< TKN >::open | ( | string const & | bname, | |
| string const & | L1, | |||
| string const & | L2, | |||
| TokenIndex & | V1, | |||
| TokenIndex & | V2 | |||
| ) |  [inline] | 
Definition at line 63 of file ug_lexical_phrase_scorer1.h.
| float ugdiss::LexicalPhraseScorer1< TKN >::permissive_lookup | ( | vector< inner_map_t > const & | lex, | |
| id_type const | s, | |||
| id_type const | t | |||
| ) | const  [inline] | 
Definition at line 112 of file ug_lexical_phrase_scorer1.h.
References m.
Referenced by ugdiss::LexicalPhraseScorer1< TKN >::score().

| void ugdiss::LexicalPhraseScorer1< TKN >::score | ( | TKN const * | snt1, | |
| size_t const | s1, | |||
| size_t const | e1, | |||
| TKN const * | snt2, | |||
| size_t const | s2, | |||
| size_t const | e2, | |||
| char const *const | aln_start, | |||
| char const *const | aln_end, | |||
| float & | fwd_score, | |||
| float & | bwd_score | |||
| ) |  [inline] | 
Definition at line 123 of file ug_lexical_phrase_scorer1.h.
References tpt::binread(), and ugdiss::LexicalPhraseScorer1< TKN >::permissive_lookup().

| void ugdiss::LexicalPhraseScorer1< TKN >::score | ( | TKN const * | snt1, | |
| size_t const | s1, | |||
| size_t const | e1, | |||
| TKN const * | snt2, | |||
| size_t const | s2, | |||
| size_t const | e2, | |||
| std::vector< ushort > | aln, | |||
| float & | fwd_score, | |||
| float & | bwd_score | |||
| ) | 
 1.5.9
 1.5.9