Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

fuzzyimpl.cpp File Reference

#include "fuzzy/fuzzyimpl.h"
#include "base/memory.hpp"
#include "base/list.hpp"
#include "base/common.hpp"
#include "base/map.hpp"
#include "base/vector.hpp"
#include "base/stack.hpp"
#include "base/string.hpp"
#include "base/date.h"
#include "smart/byterep.hpp"
#include "fuzzy/fuzzyphonetic.hpp"

Go to the source code of this file.

Classes

class  lookup_distance< C, P, Func >

Functions

BEGIN_TERIMBER_NAMESPACE double wrapper_find_metaphone_distance (const metaphone_key &key, metaphone_entry_citer_t y, byte_allocator &tmp, size_t max_penalty)
double wrapper_find_reflection_distance (const reflection_key &key, reflection_entry_citer_t y, byte_allocator &tmp, size_t max_penalty)


Function Documentation

BEGIN_TERIMBER_NAMESPACE double wrapper_find_metaphone_distance ( const metaphone_key key,
metaphone_entry_citer_t  y,
byte_allocator tmp,
size_t  max_penalty 
) [inline]

Definition at line 52 of file fuzzyimpl.cpp.

References fuzzyphonetic::find_metaphone_distance().

Referenced by fuzzy_matcher_impl::_match().

double wrapper_find_reflection_distance ( const reflection_key key,
reflection_entry_citer_t  y,
byte_allocator tmp,
size_t  max_penalty 
) [inline]

Definition at line 59 of file fuzzyimpl.cpp.

References fuzzyphonetic::find_reflection_distance().

Referenced by fuzzy_matcher_impl::_match().



© Copyright Terimber 2003-.