OpenTREP Logo  0.6.0
C++ Open Travel Request Parsing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Result.cpp File Reference
#include <cassert>
#include <sstream>
#include <algorithm>
#include <boost/tokenizer.hpp>
#include <opentrep/LocationKey.hpp>
#include <opentrep/basic/BasConst_General.hpp>
#include <opentrep/bom/Filter.hpp>
#include <opentrep/bom/WordHolder.hpp>
#include <opentrep/bom/StringPartition.hpp>
#include <opentrep/bom/Levenshtein.hpp>
#include <opentrep/bom/Place.hpp>
#include <opentrep/bom/Result.hpp>
#include <opentrep/bom/PORParserHelper.hpp>
#include <opentrep/service/Logger.hpp>

Go to the source code of this file.

Namespaces

 OPENTREP
 

Functions

static unsigned int OPENTREP::calculateEditDistance (const TravelQuery_T &iPhrase)
 Helper function. More...