Go to the source code of this file.
Namespaces | |
| namespace | PhraseHunter |
Classes | |
| class | PhraseHunter::Token |
| Virtual base class for all Token descendants. More... | |
| class | PhraseHunter::EmptyToken |
| A Token without a token string nor any occurrences. More... | |
| class | PhraseHunter::CorpusTokenBase |
| Base class for all CorpusToken classes. More... | |
| class | PhraseHunter::CorpusToken |
| A Token of only one word. More... | |
| class | PhraseHunter::LightCorpusToken |
| A corpus token that only carries corpus frequency information (opposed to CorpusToken). More... | |
| class | PhraseHunter::MutableToken |
| A Token whose OccurrenceMap can be modified. The main purpose of MutableToken is to be a base class for phrases, whose occurrence matrix needs to be modified as phrases are themselve not indexed. More... | |
| class | PhraseHunter::Phrase |
| A phrasal token consists of several words or tokens. More... | |
| struct | PhraseHunter::Phrase::adja< d > |
Defines | |
| #define | TOKEN_H TOKEN_H |
1.5.1