#include <ug_bitext_phrase_extraction_record.h>
Public Member Functions | |
| PhraseExtractionRecord (size_t const xsid, size_t const xstart, size_t const xstop, bool const xflip, std::vector< unsigned char > *xaln, bitvector *xfull_aln=NULL) | |
Public Attributes | |
| size_t const | sid |
| size_t const | start |
| size_t const | stop |
| bool const | flip |
| size_t | s1 |
| size_t | s2 |
| size_t | e1 |
| size_t | e2 |
| int | po_fwd |
| int | po_bwd |
| std::vector< unsigned char > * | aln |
| bitvector * | full_aln |
Definition at line 8 of file ug_bitext_phrase_extraction_record.h.
| sapt::PhraseExtractionRecord::PhraseExtractionRecord | ( | size_t const | xsid, | |
| size_t const | xstart, | |||
| size_t const | xstop, | |||
| bool const | xflip, | |||
| std::vector< unsigned char > * | xaln, | |||
| bitvector * | xfull_aln = NULL | |||
| ) | [inline] |
Definition at line 17 of file ug_bitext_phrase_extraction_record.h.
| std::vector<unsigned char>* sapt::PhraseExtractionRecord::aln |
Definition at line 14 of file ug_bitext_phrase_extraction_record.h.
Definition at line 12 of file ug_bitext_phrase_extraction_record.h.
Definition at line 12 of file ug_bitext_phrase_extraction_record.h.
| bool const sapt::PhraseExtractionRecord::flip |
Definition at line 11 of file ug_bitext_phrase_extraction_record.h.
Definition at line 15 of file ug_bitext_phrase_extraction_record.h.
Definition at line 13 of file ug_bitext_phrase_extraction_record.h.
Definition at line 13 of file ug_bitext_phrase_extraction_record.h.
Definition at line 12 of file ug_bitext_phrase_extraction_record.h.
Definition at line 12 of file ug_bitext_phrase_extraction_record.h.
| size_t const sapt::PhraseExtractionRecord::sid |
Definition at line 10 of file ug_bitext_phrase_extraction_record.h.
| size_t const sapt::PhraseExtractionRecord::start |
Definition at line 10 of file ug_bitext_phrase_extraction_record.h.
| size_t const sapt::PhraseExtractionRecord::stop |
Definition at line 10 of file ug_bitext_phrase_extraction_record.h.
1.5.9