#include <ug_bitext.h>

Classes | |
| class | job |
| class | worker |
Public Member Functions | |
| agenda (Bitext< Token > const &bitext) | |
| ~agenda () | |
| void | add_workers (int n) |
| SPTR< pstats > | add_job (Bitext< Token > const *const theBitext, typename TSA< Token >::tree_iterator const &phrase, size_t const max_samples, SPTR< SamplingBias const > const &bias, bool const track_sids) |
| SPTR< job > | get_job () |
Public Attributes | |
| Bitext< Token > const & | bt |
Definition at line 236 of file ug_bitext.h.
| Bitext::agenda< Token >::agenda | ( | Bitext< Token > const & | bitext | ) | [inline] |
Definition at line 762 of file ug_bitext.h.
| Bitext::agenda< Token >::~agenda | ( | ) | [inline] |
Definition at line 750 of file ug_bitext.h.
| SPTR< pstats > Bitext::agenda< Token >::add_job | ( | Bitext< Token > const *const | theBitext, | |
| typename TSA< Token >::tree_iterator const & | phrase, | |||
| size_t const | max_samples, | |||
| SPTR< SamplingBias const > const & | bias, | |||
| bool const | track_sids | |||
| ) | [inline] |
Definition at line 673 of file ug_bitext.h.
References sapt::L2R_Token< T >::next().

| void Bitext::agenda< Token >::add_workers | ( | int | n | ) | [inline] |
Definition at line 641 of file ug_bitext.h.
| SPTR< typename Bitext< Token >::agenda::job > Bitext::agenda< Token >::get_job | ( | ) | [inline] |
Definition at line 713 of file ug_bitext.h.
| Bitext<Token> const& sapt::Bitext< TKN >::agenda::bt |
Definition at line 252 of file ug_bitext.h.
1.5.9