#include "common_headers.hpp"
#include "algorithm"
#include "Keyfile.hpp"
#include "File.hpp"
#include "TextHandlerManager.hpp"
Go to the source code of this file.
Compounds | |
class | AllDictEntryFilter |
Accept all entries. More... | |
struct | DictEntry |
class | DictEntryFilter |
Filters on dictionary entries. More... | |
class | DictEntryProbDescending |
class | DictEntryVector |
Vector of dictionary entries, supports sorting on the prob attribute. More... | |
struct | dictStats |
structure for dictionary statistics in keyfile. More... | |
class | PDict |
Probabilistic dictionary using Keyfile for data storage. More... | |
class | ProbDictEntryFilter |
Accept all entries above a certain probability threshold. More... | |
class | StopwordDictEntryFilter |
Accept all entries not on the given stopword list. This filters on the target language. More... | |
class | TypeDictEntryFilter |
Accept all entries with a specified type. More... |