#include <BilingualDynSuffixArray.h>
Public Member Functions | |
| SAPhrase (size_t phraseSize) | |
| void | SetId (size_t pos, wordID_t id) |
| bool | operator< (const SAPhrase &phr2) const |
Public Attributes | |
| std::vector< wordID_t > | words |
| Moses::SAPhrase::SAPhrase | ( | size_t | phraseSize | ) | [inline] |
| void Moses::SAPhrase::SetId | ( | size_t | pos, | |
| wordID_t | id | |||
| ) | [inline] |
References words.
| std::vector<wordID_t> Moses::SAPhrase::words |
Referenced by Moses::BilingualDynSuffixArray::GetTargetPhrasesByLexicalWeight(), operator<(), and SetId().
1.5.9