Go to the source code of this file.
Namespaces | |
| namespace | PhraseHunter |
Defines | |
| #define | PH_TYPES PH_TYPES |
Typedefs | |
| typedef uint32_t | PhraseHunter::DocID |
| The ID of a document in the data base. | |
| typedef uint32_t | PhraseHunter::TokenID |
| The ID of Token in the data base. | |
| typedef uint32_t | PhraseHunter::IdxPos |
| The byte offset of a Token in a document. | |
| typedef std::vector< IdxPos > | PhraseHunter::PositionList |
| The positions of a Token in a document. | |
| typedef std::map< DocID, PositionList > | PhraseHunter::OccurrenceMap |
| Documents and positions for a Token. | |
| typedef boost::shared_ptr< Token > | PhraseHunter::TokenPtr |
| Pointer to a Token object. | |
| typedef boost::shared_ptr< TokenContext > | PhraseHunter::TokenContextPtr |
| Pointer to a TokenContext object. | |
| typedef std::vector< TokenPtr > | PhraseHunter::TokenVector |
| A vector of TokenPtr. | |
Variables | |
| static const TokenID | PhraseHunter::InvalidTokenID = 0 |
| static const DocID | PhraseHunter::InvalidDocID = 0 |
| #define PH_TYPES PH_TYPES |
Definition at line 28 of file ph_types.h.
1.5.1