Tanl Linguistic Pipeline |
A BigramTable contains the index (TermID) of the first word in the Lexicon starting with that bigram. More...
#include <IndexTable.h>
Public Member Functions | |
void | access (mappedFile const &file, off32_t &offset) |
Prepare for accessing the bigrams table. | |
value_type | operator[] (size_type i) const |
Get the entry at position. | |
value_type & | operator[] (size_type i) |
A BigramTable contains the index (TermID) of the first word in the Lexicon starting with that bigram.
void IXE::BigramTable::access | ( | mappedFile const & | file, | |
off32_t & | offset | |||
) |
Prepare for accessing the bigrams table.
Advance the offset to past the table.
Referenced by IXE::Lexicon::access().
value_type IXE::BigramTable::operator[] | ( | size_type | i | ) | const [inline] |