#include "common_headers.hpp"
#include <cmath>
#include <vector>
#include <algorithm>
#include "IndexTypes.hpp"
#include "FreqVector.hpp"
#include "UnigramLM.hpp"
#include "ScoreFunction.hpp"
#include "XLingDocModel.hpp"
#include "TextQueryRep.hpp"
#include "TextQueryRetMethod.hpp"
#include "Counter.hpp"
#include "DocUnigramCounter.hpp"
#include "PDict.hpp"
#include "TextHandlerManager.hpp"
Go to the source code of this file.
Compounds | |
class | XLingQueryModel |
Query model representation for the cross lingual retrieval model. More... | |
class | XLingRetMethod |
class | XLQueryTerm |